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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 紆後勝箒 | 1110001011111100100011001110001110001111100111111110001010110100 | e2fc8ce38f9fe2b4 |
| EUC-JP | 紆後勝箒 | 1110010011111110101110001110010110111110101000011110010010110110 | e4feb8e5bea1e4b6 |
| UTF-8 | 紆後勝箒 | 111001111011010010000110111001011011111010001100111001011000101110011101111001111010111010010010 | e7b486e5be8ce58b9de7ae92 |
| UHC | 紆後勝? | 11101001111000011111110110101101111000111010110100111111 | e9e1fdade3ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)