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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ????↑? | 00111111001111110011111100111111100000011010101000111111 | 3f3f3f3f81aa3f |
| EUC-JP | ????↑? | 00111111001111110011111100111111101000101010110000111111 | 3f3f3f3fa2ac3f |
| UTF-8 | 溫뚧츏略↑툦 | 111001101011101010101011111010111001101010100111111011001011100010001111111011111010010110110110111000101000011010010001111011011000100010100110 | e6baabeb9aa7ecb88fefa5b6e28691ed88a6 |
| UHC | 溫뚧츏略↑툦 | 111010001010111010001100111001101010111010001010111001011011001010100001111010001011100010011101 | e8ae8ce6ae8ae5b2a1e8b89d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)