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 | çkçZ | 11100111011010111110011101011010 | e76be75a |
SJIS-WIN | ?k?Z | 00111111011010110011111101011010 | 3f6b3f5a |
EUC-JP | çkçZ | 1000111110101011101011100110101110001111101010111010111001011010 | 8fabae6b8fabae5a |
UTF-8 | çkçZ | 110000111010011101101011110000111010011101011010 | c3a76bc3a75a |
UHC | ?k?Z | 00111111011010110011111101011010 | 3f6b3f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)