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 | 辱g? | 1001000001001010100000101000011100111111 | 904a82873f |
| EUC-JP | 辱gđ | 10111111101010111010001111100111100011111010100111000010 | bfaba3e78fa9c2 |
| UTF-8 | 辱gđ | 1110100010111110101100011110111110111101100001111100010010010001 | e8beb1efbd87c491 |
| UHC | 辱gđ | 111010011011010010100011111001111010100110100010 | e9b4a3e7a9a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)