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 | 1000111010111110100011101010111001001101100011101011111010001110101011100100110101000010 | 8ebe8eae4d8ebe8eae4d42 |
| EUC-JP | 疾式M疾式MB | 1011110011000000101111001011000001001101101111001100000010111100101100000100110101000010 | bcc0bcb04dbcc0bcb04d42 |
| UTF-8 | 疾式M疾式MB | 111001111001011010111110111001011011110010001111010011011110011110010110101111101110010110111100100011110100110101000010 | e796bee5bc8f4de796bee5bc8f4d42 |
| UHC | 疾式M疾式MB | 1111001011110000111000111101001001001101111100101111000011100011110100100100110101000010 | f2f0e3d24df2f0e3d24d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)