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 | 痾齏韲 | 111000010111110111101000111010111110100011101100 | e17de8ebe8ec |
| EUC-JP | 痾齏韲 | 111000011101111011110000111011011111000011101110 | e1def0edf0ee |
| UTF-8 | 痾齏韲 | 111001111001011110111110111010011011110110001111111010011001111110110010 | e797bee9bd8fe99fb2 |
| UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)