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 | AMW | 100100100100000110010010010011011001001001010111 | 9241924d9257 |
SJIS-WIN | ?A?M?W | 001111110100000100111111010011010011111101010111 | 3f413f4d3f57 |
EUC-JP | ?A?M?W | 001111110100000100111111010011010011111101010111 | 3f413f4d3f57 |
UTF-8 | AMW | 110000101001001001000001110000101001001001001101110000101001001001010111 | c29241c2924dc29257 |
UHC | ?A?M?W | 001111110100000100111111010011010011111101010111 | 3f413f4d3f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)