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 | 諛?? | 11100110100001110011111100111111 | e6873f3f |
| EUC-JP | 諛?? | 11101011111001110011111100111111 | ebe73f3f |
| UTF-8 | 諛대굦 | 111010001010101110011011111010111000110010000000111010101011010110100110 | e8ab9beb8c80eab5a6 |
| UHC | 諛대굦 | 111010111011000010110100111010111000001010001100 | ebb0b4eb828c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)