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 | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 鴉??@h | 111010011110101100111111001111110100000001101000 | e9eb3f3f4068 |
EUC-JP | 鴉??@h | 111100101110110100111111001111110100000001101000 | f2ed3f3f4068 |
UTF-8 | 鴉덁뗿@h | 1110100110110100100010011110101110001101100000011110101110010111101111110100000001101000 | e9b489eb8d81eb97bf4068 |
UHC | 鴉덁뗿@h | 1110010010111100100010001110010010001011111111100100000001101000 | e4bc88e48bfe4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)