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 | 11100100011010000011111101101000 | e4683f68 |
EUC-JP | 臧?h | 11100111110010010011111101101000 | e7c93f68 |
UTF-8 | 臧묀h | 11101000100001111010011111101011101011001000000001101000 | e887a7ebac8068 |
UHC | 臧묀h | 1110110111110101101110011010000101101000 | edf5b9a168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)