To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
| Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
|---|---|---|---|
| ISO-8859-1 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 郢夂j蝟ャ | 111001111011100110011010111001111000001010001010111001011001011010101100 | e7b99ae7828ae596ac |
| EUC-JP | 郢夂j蝟ャ | 11101110101110111101010011101001101000111110101011101001111101101000111010101100 | eebbd4e9a3eae9f68eac |
| UTF-8 | 郢夂j蝟ャ | 111010011000001110100010111001011010010010000010111011111011110110001010111010001001110110011111111011111011110110101100 | e983a2e5a482efbd8ae89d9fefbdac |
| UHC | ??j蝟? | 00111111001111111010001111101010111010101101101000111111 | 3f3fa3eaeada3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)