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 | ??恬 | 00111111001111111001110010010111 | 3f3f9c97 |
| EUC-JP | ??恬 | 00111111001111111101011111110111 | 3f3fd7f7 |
| UTF-8 | 欌쾡恬 | 111001101010110010001100111011001011111010100001111001101000000110101100 | e6ac8cecbea1e681ac |
| UHC | 欌쾡恬 | 111011011110101111000100111010011101001010111000 | edebc4e9d2b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)