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 | 酌 | 100011101101111011110010111101001111001110111111 | 8edef2f4f3bf |
| EUC-JP | 酌?? | 10111100111000000011111100111111 | bce03f3f |
| UTF-8 | 酌 | 111010011000010110001100111011101000100010101011111011101000101010110010 | e9858cee88abee8ab2 |
| UHC | 酌?? | 11101101110011000011111100111111 | edcc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)