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 | ????↑ | 001111110011111100111111001111111000000110101010 | 3f3f3f3f81aa |
| EUC-JP | ????↑ | 001111110011111100111111001111111010001010101100 | 3f3f3f3fa2ac |
| UTF-8 | 溫뚧츏略↑ | 111001101011101010101011111010111001101010100111111011001011100010001111111011111010010110110110111000101000011010010001 | e6baabeb9aa7ecb88fefa5b6e28691 |
| UHC | 溫뚧츏略↑ | 11101000101011101000110011100110101011101000101011100101101100101010000111101000 | e8ae8ce6ae8ae5b2a1e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)