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 | 畏???攸 | 10001000110110000011111100111111001111111001110110111111 | 88d83f3f3f9dbf |
| EUC-JP | 畏???攸 | 10110000110110100011111100111111001111111101101011000001 | b0da3f3f3fdac1 |
| UTF-8 | 畏븜렱렟攸 | 111001111001010110001111111010111011100010011100111010111010000010110001111010111010000010011111111001101001010010111000 | e7958febb89ceba0b1eba09fe694b8 |
| UHC | 畏븜렱렟攸 | 11101000111001101011101011101110100011101011111010001110101100001110101011110010 | e8e6baee8ebe8eb0eaf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)