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 | WIMTM | 10010010010101111001001001001001100100100100110110010010010101001001001001001101 | 92579249924d9254924d |
SJIS-WIN | ?W?I?M?T?M | 00111111010101110011111101001001001111110100110100111111010101000011111101001101 | 3f573f493f4d3f543f4d |
EUC-JP | ?W?I?M?T?M | 00111111010101110011111101001001001111110100110100111111010101000011111101001101 | 3f573f493f4d3f543f4d |
UTF-8 | WIMTM | 110000101001001001010111110000101001001001001001110000101001001001001101110000101001001001010100110000101001001001001101 | c29257c29249c2924dc29254c2924d |
UHC | ?W?I?M?T?M | 00111111010101110011111101001001001111110100110100111111010101000011111101001101 | 3f573f493f4d3f543f4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)