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 | ä°À | 11100100101100001000101111000000 | e4b08bc0 |
| SJIS-WIN | ?°?? | 0011111110000001100010110011111100111111 | 3f818b3f3f |
| EUC-JP | ä°?À | 100011111010101110100011101000011110101100111111100011111010101010100010 | 8faba3a1eb3f8faaa2 |
| UTF-8 | ä°À | 1100001110100100110000101011000011000010100010111100001110000000 | c3a4c2b0c28bc380 |
| UHC | ?°?? | 0011111110100001110001100011111100111111 | 3fa1c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)