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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | 渦??耶?^ | 1000100101010001001111110011111110010110111010110011111101011110 | 89513f3f96eb3f5e |
| EUC-JP | 渦??耶?^ | 1011000110110010001111110011111111001100111011010011111101011110 | b1b23f3fcced3f5e |
| UTF-8 | 渦겼쁿耶쁎^ | 11100110101110001010011011101010101100101011110011101100100000011011111111101000100000001011011011101100100000011000111001011110 | e6b8a6eab2bcec81bfe880b6ec818e5e |
| UHC | 渦겼쁿耶쁎^ | 1110100010111110101100001110010110011000100001101110010110101101100110000100111101011110 | e8beb0e59886e5ad984f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)