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 | ???渦? | 001111110011111100111111100010010101000100111111 | 3f3f3f89513f |
| EUC-JP | ???渦? | 001111110011111100111111101100011011001000111111 | 3f3f3fb1b23f |
| UTF-8 | 僚룡쳛渦쭮 | 111011111010011010111011111010111010001110100001111011001011001110011011111001101011100010100110111011001010110110101110 | efa6bbeba3a1ecb39be6b8a6ecadae |
| UHC | 僚룡쳛渦쭮 | 11101000111010001011011111100110101010111000000111101000101111101010100001000010 | e8e8b7e6ab81e8bea842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)