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 | 毓?! | 1001111101111001001111111000000101001001 | 9f793f8149 |
| EUC-JP | 毓?! | 1101110111011010001111111010000110101010 | ddda3fa1aa |
| UTF-8 | 毓백! | 111001101010111110010011111010111011000010110001111011111011110010000001 | e6af93ebb0b1efbc81 |
| UHC | 毓백! | 111010111011111010111001111010011010001110100001 | ebbeb9e9a3a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)