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 | ????N | 0011111100111111001111110011111101001110 | 3f3f3f3f4e |
SJIS-WIN | 頡サ繧錠N | 1110100011110100101110111110001110000010100011111111100101001110 | e8f4bbe3828ff94e |
EUC-JP | 頡サ繧錠N | 111100001111011010001110101110111110010111100010101111101111101101001110 | f0f68ebbe5e2befb4e |
UTF-8 | 頡サ繧錠N | 11101001101000001010000111101111101111011011101111100111101110011010011111101001100011001010000001001110 | e9a0a1efbdbbe7b9a7e98ca04e |
UHC | ???錠N | 001111110011111100111111111011111111110001001110 | 3f3f3feffc4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)