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 | ??M??MB | 00111111001111110100110100111111001111110100110101000010 | 3f3f4d3f3f4d42 |
SJIS-WIN | ??M??MB | 00111111001111110100110100111111001111110100110101000010 | 3f3f4d3f3f4d42 |
EUC-JP | ??M??MB | 00111111001111110100110100111111001111110100110101000010 | 3f3f4d3f3f4d42 |
UTF-8 | 롍렍M롍렍MB | 111010111010000110001101111010111010000010001101010011011110101110100001100011011110101110100000100011010100110101000010 | eba18deba08d4deba18deba08d4d42 |
UHC | 롍렍M롍렍MB | 1000111011010011100011101010001101001101100011101101001110001110101000110100110101000010 | 8ed38ea34d8ed38ea34d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)