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 | 10001111101110000011111101101000 | 8fb83f68 |
EUC-JP | 昇?h | 10111110101110100011111101101000 | beba3f68 |
UTF-8 | 昇걻h | 11100110100110001000011111101010101100011011101101101000 | e69887eab1bb68 |
UHC | 昇걻h | 1110001110110000100000011001111001101000 | e3b0819e68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)