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