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 | 10010001011010000110000001000010 | 91686042 |
SJIS-WIN | ?h`B | 00111111011010000110000001000010 | 3f686042 |
EUC-JP | ?h`B | 00111111011010000110000001000010 | 3f686042 |
UTF-8 | h`B | 1100001010010001011010000110000001000010 | c291686042 |
UHC | ?h`B | 00111111011010000110000001000010 | 3f686042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)