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 | 禦手怏 | 100010111001101010001110111010001001110010001001 | 8b9a8ee89c89 |
| EUC-JP | 禦手怏 | 101101011111101010111100111010101101011111101001 | b5fabcead7e9 |
| UTF-8 | 禦手怏 | 111001111010011010100110111001101000100110001011111001101000000010001111 | e7a6a6e6898be6808f |
| UHC | 禦手怏 | 111001011101110111100010101000101110010011101000 | e5dde2a2e4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)