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 | 昧漱遘 | 100101101000011010011111111110011110011110100111 | 96869ff9e7a7 |
| EUC-JP | 昧漱遘 | 110010111110011011011110111110111110111010101001 | cbe6defbeea9 |
| UTF-8 | 昧漱遘 | 111001101001100010100111111001101011110010110001111010011000000110011000 | e698a7e6bcb1e98198 |
| UHC | 昧漱? | 1101100011011100111000101010101100111111 | d8dce2ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)