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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | 狡獏狡獏^ | 111000001100001011100000110100011110000011000010111000001101000101011110 | e0c2e0d1e0c2e0d15e |
| EUC-JP | 狡獏狡獏^ | 111000001100010011100000110100111110000011000100111000001101001101011110 | e0c4e0d3e0c4e0d35e |
| UTF-8 | 狡獏狡獏^ | 11100111100010111010000111100111100011011000111111100111100010111010000111100111100011011000111101011110 | e78ba1e78d8fe78ba1e78d8f5e |
| UHC | 狡?狡?^ | 11001110111010100011111111001110111010100011111101011110 | ceea3fceea3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)