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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 軏冗楔 | 111110111011001010001111111001111001111010110110 | fbb28fe79eb6 |
| EUC-JP | 軏冗楔 | 10001111111000001101100110111110111010011101110010111000 | 8fe0d9bee9dcb8 |
| UTF-8 | 軏冗楔 | 111010001011101110001111111001011000011010010111111001101010010110010100 | e8bb8fe58697e6a594 |
| UHC | ?冗楔 | 0011111111101001101101111110000011011011 | 3fe9b7e0db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)