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 | ?C??\h | 001111110100001100111111001111110101110001101000 | 3f433f3f5c68 |
SJIS-WIN | 端C歎息\h | 100100100101101101000011100100100101011010010001101001110101110001101000 | 925b43925691a75c68 |
EUC-JP | 端C歎息\h | 110000111011110001000011110000111011011111000010101010010101110001101000 | c3bc43c3b7c2a95c68 |
UTF-8 | 端C歎息\h | 111001111010101110101111010000111110011010101101100011101110011010000001101011110101110001101000 | e7abaf43e6ad8ee681af5c68 |
UHC | 端C歎息\h | 110100111010111001000011111101111010011111100011110100110101110001101000 | d3ae43f7a7e3d35c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)