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 | 100100101111010100111111010011011001001011110101001111110100110101000010 | 92f53f4d92f53f4d42 |
| EUC-JP | 禎?M禎?MB | 110001001111011100111111010011011100010011110111001111110100110101000010 | c4f73f4dc4f73f4d42 |
| UTF-8 | 禎렦M禎렦MB | 111001111010011010001110111010111010000010100110010011011110011110100110100011101110101110100000101001100100110101000010 | e7a68eeba0a64de7a68eeba0a64d42 |
| UHC | 禎렦M禎렦MB | 1110111111101110100011101011010101001101111011111110111010001110101101010100110101000010 | efee8eb54defee8eb54d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)