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çZB | 1110011101101011111001110101101001000010 | e76be75a42 |
SJIS-WIN | ?k?ZB | 0011111101101011001111110101101001000010 | 3f6b3f5a42 |
EUC-JP | çkçZB | 100011111010101110101110011010111000111110101011101011100101101001000010 | 8fabae6b8fabae5a42 |
UTF-8 | çkçZB | 11000011101001110110101111000011101001110101101001000010 | c3a76bc3a75a42 |
UHC | ?k?ZB | 0011111101101011001111110101101001000010 | 3f6b3f5a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)