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 | ãMI | 111000110100110110001011100011111000111101001001 | e34d8b8f8f49 |
SJIS-WIN | ?M???I | 001111110100110100111111001111110011111101001001 | 3f4d3f3f3f49 |
EUC-JP | ãM???I | 1000111110101011101010100100110100111111001111110011111101001001 | 8fabaa4d3f3f3f49 |
UTF-8 | ãMI | 11000011101000110100110111000010100010111100001010001111110000101000111101001001 | c3a34dc28bc28fc28f49 |
UHC | ?M???I | 001111110100110100111111001111110011111101001001 | 3f4d3f3f3f49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)