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 | ??雙?? | 001111110011111110011001110101000011111100111111 | 3f3f99d43f3f |
| EUC-JP | ??雙?? | 001111110011111111010010110101100011111100111111 | 3f3fd2d63f3f |
| UTF-8 | 롇렗雙렗렞 | 111010111010000110000111111010111010000010010111111010011001101110011001111010111010000010010111111010111010000010011110 | eba187eba097e99b99eba097eba09e |
| UHC | 롇렗雙렗렞 | 10001110110011011000111010101100111001001010101010001110101011001000111010101111 | 8ecd8eace4aa8eac8eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)