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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 啼???h | 100110100110010100111111001111110011111101101000 | 9a653f3f3f68 |
EUC-JP | 啼???h | 110100111100011000111111001111110011111101101000 | d3c63f3f3f68 |
UTF-8 | 啼ㆁ렰렮h | 11100101100101011011110011100011100001101000000111101011101000001011000011101011101000001010111001101000 | e595bce38681eba0b0eba0ae68 |
UHC | 啼ㆁ렰렮h | 111100001010011010100100111100011000111010111101100011101011101101101000 | f0a6a4f18ebd8ebb68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)