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`B | 10010011010010000110000001000010 | 93486042 |
SJIS-WIN | ?H`B | 00111111010010000110000001000010 | 3f486042 |
EUC-JP | ?H`B | 00111111010010000110000001000010 | 3f486042 |
UTF-8 | H`B | 1100001010010011010010000110000001000010 | c293486042 |
UHC | ?H`B | 00111111010010000110000001000010 | 3f486042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)