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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 溿執鱆 | 111110110100101010001110101101111110100111100001 | fb4a8eb7e9e1 |
| EUC-JP | 溿執鱆 | 10001111110010001011000110111100101110011111001011100011 | 8fc8b1bcb9f2e3 |
| UTF-8 | 溿執鱆 | 111001101011101010111111111001011001111110110111111010011011000110000110 | e6babfe59fb7e9b186 |
| UHC | ?執? | 00111111111100101111101100111111 | 3ff2fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)