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 | _AB | 100000010101111110000001100111100100000101000010 | 815f819e4142 |
SJIS-WIN | ?_??AB | 001111110101111100111111001111110100000101000010 | 3f5f3f3f4142 |
EUC-JP | ?_??AB | 001111110101111100111111001111110100000101000010 | 3f5f3f3f4142 |
UTF-8 | _AB | 110000101000000101011111110000101000000111000010100111100100000101000010 | c2815fc281c29e4142 |
UHC | ?_??AB | 001111110101111100111111001111110100000101000010 | 3f5f3f3f4142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)