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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 蔗ク逞セ | 111001001111001010111000111001111001011110111110 | e4f2b8e797be |
| EUC-JP | 蔗ク逞セ | 1110100011110100100011101011100011101101111101111000111010111110 | e8f48eb8edf78ebe |
| UTF-8 | 蔗ク逞セ | 111010001001010010010111111011111011110110111000111010011000000010011110111011111011110110111110 | e89497efbdb8e9809eefbdbe |
| UHC | 蔗?逞? | 111011011011110100111111110101101100000100111111 | edbd3fd6c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)