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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 嗽鰊嗽鰊B | 100110100111010111101001110101111001101001110101111010011101011101000010 | 9a75e9d79a75e9d742 |
EUC-JP | 嗽鰊嗽鰊B | 110100111101011011110010110110011101001111010110111100101101100101000010 | d3d6f2d9d3d6f2d942 |
UTF-8 | 嗽鰊嗽鰊B | 11100101100101111011110111101001101100001000101011100101100101111011110111101001101100001000101001000010 | e597bde9b08ae597bde9b08a42 |
UHC | 嗽?嗽?B | 11100001111101010011111111100001111101010011111101000010 | e1f53fe1f53f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)