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 | AMWZ | 1001001001000001100100100100110110010010010101111001001001011010 | 9241924d9257925a |
SJIS-WIN | ?A?M?W?Z | 0011111101000001001111110100110100111111010101110011111101011010 | 3f413f4d3f573f5a |
EUC-JP | ?A?M?W?Z | 0011111101000001001111110100110100111111010101110011111101011010 | 3f413f4d3f573f5a |
UTF-8 | AMWZ | 110000101001001001000001110000101001001001001101110000101001001001010111110000101001001001011010 | c29241c2924dc29257c2925a |
UHC | ?A?M?W?Z | 0011111101000001001111110100110100111111010101110011111101011010 | 3f413f4d3f573f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)