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 | 111010111010000010111011111010111010000010010011010011011110101110100000101110111110101110100000100100110100110101000010 | eba0bbeba0934deba0bbeba0934d42 |
| UHC | 렻렓M렻렓MB | 1000111011000011100011101010100001001101100011101100001110001110101010000100110101000010 | 8ec38ea84d8ec38ea84d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)