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 | 霓懊f豢ェ | 111010001011110110011100111000111000001010000110111001101011010010101010 | e8bd9ce38286e6b4aa |
| EUC-JP | 霓懊f豢ェ | 11110000101111111101100011100101101000111110011011101100101101101000111010101010 | f0bfd8e5a3e6ecb68eaa |
| UTF-8 | 霓懊f豢ェ | 111010011001110010010011111001101000011110001010111011111011110110000110111010001011000110100010111011111011110110101010 | e99c93e6878aefbd86e8b1a2efbdaa |
| UHC | 霓懊f?? | 1110011111100111111001111111100010100011111001100011111100111111 | e7e7e7f8a3e63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)