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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| EUC-JP | 鉥?鉥?B | 100011111110001111101000001111111000111111100011111010000011111101000010 | 8fe3e83f8fe3e83f42 |
| UTF-8 | 鉥돑鉥돑B | 11101001100010011010010111101011100011111001000111101001100010011010010111101011100011111001000101000010 | e989a5eb8f91e989a5eb8f9142 |
| UHC | 鉥돑鉥돑B | 111000101111110010001001100111011110001011111100100010011001110101000010 | e2fc899de2fc899d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)