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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ???柚 | 0011111100111111001111111001011101001101 | 3f3f3f974d |
| EUC-JP | ??ŀ柚 | 00111111001111111000111110101001110010011100110110101110 | 3f3f8fa9c9cdae |
| UTF-8 | 令⑸ŀ柚 | 1110111110100110101010001110001010010001101110001100010110000000111001101001111110011010 | efa6a8e291b8c580e69f9a |
| UHC | 令⑸ŀ柚 | 1110011110101001101010011110101110101001101010001110101011110110 | e7a9a9eba9a8eaf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)