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 | ASQ | 100111110100000110011101010100111001101001010001 | 9f419d539a51 |
SJIS-WIN | ?A?S?Q | 001111110100000100111111010100110011111101010001 | 3f413f533f51 |
EUC-JP | ?A?S?Q | 001111110100000100111111010100110011111101010001 | 3f413f533f51 |
UTF-8 | ASQ | 110000101001111101000001110000101001110101010011110000101001101001010001 | c29f41c29d53c29a51 |
UHC | ?A?S?Q | 001111110100000100111111010100110011111101010001 | 3f413f533f51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)