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 | 鈺???? | 111110111100010000111111001111110011111100111111 | fbc43f3f3f3f |
| EUC-JP | 鈺??堉? | 100011111110001111010101001111110011111110001111101101111111110100111111 | 8fe3d53f3f8fb7fd3f |
| UTF-8 | 鈺곌꼍堉봑 | 111010011000100010111010111010101011001110001100111010101011110010001101111001011010000010001001111010111011010010010001 | e988baeab38ceabc8de5a089ebb491 |
| UHC | 鈺곌꼍堉봑 | 11101000101011011011000011101010101100101011110111101011101111001001010001001111 | e8adb0eab2bdebbc944f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)