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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 野??掖 | 100101101110110000111111001111111001110101110100 | 96ec3f3f9d74 |
| EUC-JP | 野??掖 | 110011001110111000111111001111111101100111010101 | ccee3f3fd9d5 |
| UTF-8 | 野껊젺掖 | 111010011000011110001110111010101011101110001010111011001010000010111010111001101000111010010110 | e9878eeabb8aeca0bae68e96 |
| UHC | 野껊젺掖 | 1110010110101111100000111110101110100000101011011110010011111010 | e5af83eba0ade4fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)