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 | 辱ョ? | 1001000001001010100000111000011100111111 | 904a83873f |
| EUC-JP | 辱ョ? | 1011111110101011101001011110011100111111 | bfaba5e73f |
| UTF-8 | 辱ョ댌 | 111010001011111010110001111000111000001110100111111010111000110010001100 | e8beb1e383a7eb8c8c |
| UHC | 辱ョ댌 | 111010011011010010101011111001111000100010110101 | e9b4abe788b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)