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 | 巽?+鈺? | 1001001001000110001111111000000101111011111110111100010000111111 | 92463f817bfbc43f |
| EUC-JP | 巽?+鈺? | 110000111010011100111111101000011101110010001111111000111101010100111111 | c3a73fa1dc8fe3d53f |
| UTF-8 | 巽숇+鈺겼 | 111001011011011110111101111011001000100010000111111011111011110010001011111010011000100010111010111010101011001010111100 | e5b7bdec8887efbc8be988baeab2bc |
| UHC | 巽숇+鈺겼 | 11100001110111101001100111101011101000111010101111101000101011011011000011100101 | e1de99eba3abe8adb0e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)