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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 蠇歡^ | 1111101110100001100111110110001101011110 | fba19f635e |
EUC-JP | ?歡^ | 00111111110111011100010001011110 | 3fddc45e |
UTF-8 | 蠇歡^ | 11101000101000001000011111100110101011011010000101011110 | e8a087e6ada15e |
UHC | ?歡^ | 00111111111111001011011001011110 | 3ffcb65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)