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? | 001111110011111100111111001111110100111000111111 | 3f3f3f3f4e3f |
SJIS-WIN | 頡サ繧錠N蒻 | 11101000111101001011101111100011100000101000111111111001010011101110010011101000 | e8f4bbe3828ff94ee4e8 |
EUC-JP | 頡サ繧錠N蒻 | 1111000011110110100011101011101111100101111000101011111011111011010011101110100011101010 | f0f68ebbe5e2befb4ee8ea |
UTF-8 | 頡サ繧錠N蒻 | 11101001101000001010000111101111101111011011101111100111101110011010011111101001100011001010000001001110111010001001001010111011 | e9a0a1efbdbbe7b9a7e98ca04ee892bb |
UHC | ???錠N蒻 | 0011111100111111001111111110111111111100010011101110010110110110 | 3f3f3feffc4ee5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)