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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 夷??F | 1000100011001110001111110011111101000110 | 88ce3f3f46 |
EUC-JP | 夷??F | 1011000011010000001111110011111101000110 | b0d03f3f46 |
UTF-8 | 夷⑺슜F | 11100101101001001011011111100010100100011011101011101100100010101001110001000110 | e5a4b7e291baec8a9c46 |
UHC | 夷⑺슜F | 11101100101010001010100111101101100110101010100101000110 | eca8a9ed9aa946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)