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 | AhAhB | 10010010010000010110100010010010010000010110100001000010 | 92416892416842 |
SJIS-WIN | ?Ah?AhB | 00111111010000010110100000111111010000010110100001000010 | 3f41683f416842 |
EUC-JP | ?Ah?AhB | 00111111010000010110100000111111010000010110100001000010 | 3f41683f416842 |
UTF-8 | AhAhB | 110000101001001001000001011010001100001010010010010000010110100001000010 | c2924168c292416842 |
UHC | ?Ah?AhB | 00111111010000010110100000111111010000010110100001000010 | 3f41683f416842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)