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 | 渦??恂θ | 1000100101010001001111110011111110011100100101101000001111000110 | 89513f3f9c9683c6 |
| EUC-JP | 渦??恂θ | 1011000110110010001111110011111111010111111101101010011011001000 | b1b23f3fd7f6a6c8 |
| UTF-8 | 渦잋퉿恂θ | 1110011010111000101001101110110010011110100010111110110110001001101111111110011010000001100000101100111010111000 | e6b8a6ec9e8bed89bfe68182ceb8 |
| UHC | 渦잋퉿恂θ | 11101000101111101001111111100100101110011001011111100010111000011010010111101000 | e8be9fe4b997e2e1a5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)