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 | 霓懃距豢ェ | 111010001011110110011100111001111000101110010111111001101011010010101010 | e8bd9ce78b97e6b4aa |
| EUC-JP | 霓懃距豢ェ | 11110000101111111101100011101001101101011111011111101100101101101000111010101010 | f0bfd8e9b5f7ecb68eaa |
| UTF-8 | 霓懃距豢ェ | 111010011001110010010011111001101000011110000011111010001011011110011101111010001011000110100010111011111011110110101010 | e99c93e68783e8b79de8b1a2efbdaa |
| UHC | 霓懃距?? | 1110011111100111110100001100010011001011111001010011111100111111 | e7e7d0c4cbe53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)