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 | 1111001011110000111000111101001001001101111100101111000011100011110100100100110101000010 | f2f0e3d24df2f0e3d24d42 |
| EUC-JP | ?耡M?耡MB | 001111111110011011010100010011010011111111100110110101000100110101000010 | 3fe6d44d3fe6d44d42 |
| UTF-8 | 耡M耡MB | 111011101000100010100111111010001000000010100001010011011110111010001000101001111110100010000000101000010100110101000010 | ee88a7e880a14dee88a7e880a14d42 |
| UHC | ??M??MB | 00111111001111110100110100111111001111110100110101000010 | 3f3f4d3f3f4d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)