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 | 畤珎蓁畤珎 | 11100001010111101110000011011101111001001110101111100001010111101110000011011101 | e15ee0dde4ebe15ee0dd |
| EUC-JP | 畤珎蓁畤珎 | 11100001101111111110000011011111111010001110110111100001101111111110000011011111 | e1bfe0dfe8ede1bfe0df |
| UTF-8 | 畤珎蓁畤珎 | 111001111001010110100100111001111000111110001110111010001001001110000001111001111001010110100100111001111000111110001110 | e795a4e78f8ee89381e795a4e78f8e |
| UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)