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 | 1110001110000010100011101111110001101000 | e3828efc68 |
EUC-JP | 繧周h | 1110010111100010101111001111111001101000 | e5e2bcfe68 |
UTF-8 | 繧周h | 11100111101110011010011111100101100100011010100001101000 | e7b9a7e591a868 |
UHC | ?周h | 00111111111100011011001001101000 | 3ff1b268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)