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 | 闍懆ェ檎ソ | 1110100010001011100111001110100010101010100011001110011110111111 | e88b9ce8aa8ce7bf |
| EUC-JP | 闍懆ェ檎ソ | 11101111111010111101100011101010100011101010101010111000111010011000111010111111 | efebd8ea8eaab8e98ebf |
| UTF-8 | 闍懆ェ檎ソ | 111010011001011110001101111001101000011110000110111011111011110110101010111001101010101010001110111011111011110110111111 | e9978de68786efbdaae6aa8eefbdbf |
| UHC | ???檎? | 001111110011111100111111110100001101010100111111 | 3f3f3fd0d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)