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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 疫?^ | 10001001011101010011111101011110 | 89753f5e |
EUC-JP | 疫?^ | 10110001110101100011111101011110 | b1d63f5e |
UTF-8 | 疫잏^ | 11100111100101101010101111101100100111101000111101011110 | e796abec9e8f5e |
UHC | 疫잏^ | 1110011010111001100111111110011101011110 | e6b99fe75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)