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 | 遐帝匍 | 111001111010000010010010111010011001100110110011 | e7a092e999b3 |
| EUC-JP | 遐帝匍 | 111011101010001011000100111010111101001010110101 | eea2c4ebd2b5 |
| UTF-8 | 遐帝匍 | 111010011000000110010000111001011011100010011101111001011000110010001101 | e98190e5b89de58c8d |
| UHC | 遐帝匍 | 111110011100011011110000101010001111100011010001 | f9c6f0a8f8d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)