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 | 1110011101101000100111111111001101101000 | e7689ff368 |
EUC-JP | 輊灌h | 1110110111001001110111101111010101101000 | edc9def568 |
UTF-8 | 輊灌h | 11101000101111001000101011100111100000011000110001101000 | e8bc8ae7818c68 |
UHC | ?灌h | 00111111110011101011010001101000 | 3fceb468 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)