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 | 渦???? | 100010010101000100111111001111110011111100111111 | 89513f3f3f3f |
| EUC-JP | 渦??孼? | 1011000110110010001111110011111110001111101110101100001100111111 | b1b23f3f8fbac33f |
| UTF-8 | 渦계꽦孼귺 | 111001101011100010100110111010101011001110000100111010101011110110100110111001011010110110111100111010101011011110111010 | e6b8a6eab384eabda6e5adbceab7ba |
| UHC | 渦계꽦孼귺 | 11101000101111101011000011101000100001001011000111100101111011011000001101000001 | e8beb0e884b1e5ed8341 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)