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 | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 担揃h | 1001001001010011100100011011010101101000 | 925391b568 |
EUC-JP | 担揃h | 1100001110110100110000101011011101101000 | c3b4c2b768 |
UTF-8 | 担揃h | 11100110100010111000010111100110100011111000001101101000 | e68b85e68f8368 |
UHC | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)