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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 邏玲iH | 11100111101101001001011111100110100000101000100101001000 | e7b497e6828948 |
EUC-JP | 邏玲iH | 11101110101101101100111011101000101000111110100101001000 | eeb6cee8a3e948 |
UTF-8 | 邏玲iH | 11101001100000101000111111100111100011101011001011101111101111011000100101001000 | e9828fe78eb2efbd8948 |
UHC | 邏玲iH | 11010101101001001101011010111100101000111110100101001000 | d5a4d6bca3e948 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)