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 | ??K | 001111110011111101001011 | 3f3f4b |
| SJIS-WIN | 赦鴫K | 1000111011001101100011101011000001001011 | 8ecd8eb04b |
| EUC-JP | 赦鴫K | 1011110011001111101111001011001001001011 | bccfbcb24b |
| UTF-8 | 赦鴫K | 11101000101101011010011011101001101101001010101101001011 | e8b5a6e9b4ab4b |
| UHC | 赦?K | 11011110111101010011111101001011 | def53f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)