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 | MWEP | 1001001001001101100100100101011110010010010001011001001001010000 | 924d925792459250 |
SJIS-WIN | ?M?W?E?P | 0011111101001101001111110101011100111111010001010011111101010000 | 3f4d3f573f453f50 |
EUC-JP | ?M?W?E?P | 0011111101001101001111110101011100111111010001010011111101010000 | 3f4d3f573f453f50 |
UTF-8 | MWEP | 110000101001001001001101110000101001001001010111110000101001001001000101110000101001001001010000 | c2924dc29257c29245c29250 |
UHC | ?M?W?E?P | 0011111101001101001111110101011100111111010001010011111101010000 | 3f4d3f573f453f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)