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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | 狠璋狠璋B | 111000001100000111100000111101101110000011000001111000001111011001000010 | e0c1e0f6e0c1e0f642 |
| EUC-JP | 狠璋狠璋B | 111000001100001111100000111110001110000011000011111000001111100001000010 | e0c3e0f8e0c3e0f842 |
| UTF-8 | 狠璋狠璋B | 11100111100010111010000011100111100100101000101111100111100010111010000011100111100100101000101101000010 | e78ba0e7928be78ba0e7928b42 |
| UHC | ?璋?璋B | 00111111111011011111000000111111111011011111000001000010 | 3fedf03fedf042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)