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 | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 冶⑤?肄?h | 100101101110100010000111010001000011111111100011111001010011111101101000 | 96e887443fe3e53f68 |
EUC-JP | 冶??肄?h | 1100110011101010001111110011111111100110111001110011111101101000 | ccea3f3fe6e73f68 |
UTF-8 | 冶⑤씮肄뗿h | 11100101100001101011011011100010100100011010010011101100100101001010111011101000100000101000010011101011100101111011111101101000 | e586b6e291a4ec94aee88284eb97bf68 |
UHC | 冶⑤씮肄뗿h | 1110010110100111101010001110101110011101101111111110110010111101100010111111111001101000 | e5a7a8eb9dbfecbd8bfe68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)