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 | ??????U | 00111111001111110011111100111111001111110011111101010101 | 3f3f3f3f3f3f55 |
| SJIS-WIN | セュ竺セャ軸U | 101111101010110110001110101100011011111010101100100011101011001001010101 | bead8eb1beac8eb255 |
| EUC-JP | セュ竺セャ軸U | 10001110101111101000111010101101101111001011001110001110101111101000111010101100101111001011010001010101 | 8ebe8eadbcb38ebe8eacbcb455 |
| UTF-8 | セュ竺セャ軸U | 11101111101111011011111011101111101111011010110111100111101010111011101011101111101111011011111011101111101111011010110011101000101110111011100001010101 | efbdbeefbdade7abbaefbdbeefbdace8bbb855 |
| UHC | ??竺??軸U | 001111110011111111110101111001110011111100111111111101011110111001010101 | 3f3ff5e73f3ff5ee55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)