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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | ?壙? | 00111111100110101101101100111111 | 3f9adb3f |
| EUC-JP | ?壙? | 00111111110101001101110100111111 | 3fd4dd3f |
| UTF-8 | 렺壙렞 | 111010111010000010111010111001011010001110011001111010111010000010011110 | eba0bae5a399eba09e |
| UHC | 렺壙렞 | 100011101100001011001110110001011000111010101111 | 8ec2cec58eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)