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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 狆珎蓁狆珎 | 11100000101111001110000011011101111001001110101111100000101111001110000011011101 | e0bce0dde4ebe0bce0dd |
| EUC-JP | 狆珎蓁狆珎 | 11100000101111101110000011011111111010001110110111100000101111101110000011011111 | e0bee0dfe8ede0bee0df |
| UTF-8 | 狆珎蓁狆珎 | 111001111000101110000110111001111000111110001110111010001001001110000001111001111000101110000110111001111000111110001110 | e78b86e78f8ee89381e78b86e78f8e |
| UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)