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 | ??????O | 00111111001111110011111100111111001111110011111101001111 | 3f3f3f3f3f3f4f |
| SJIS-WIN | 怏?????O | 1001110010001001001111110011111100111111001111110011111101001111 | 9c893f3f3f3f3f4f |
| EUC-JP | 怏?????O | 1101011111101001001111110011111100111111001111110011111101001111 | d7e93f3f3f3f3f4f |
| UTF-8 | 怏⑸젒若노젺O | 11100110100000001000111111100010100100011011100011101100101000001001001011101111101001011011010011101011100001011011100011101100101000001011101001001111 | e6808fe291b8eca092efa5b4eb85b8eca0ba4f |
| UHC | 怏⑸젒若노젺O | 11100100111010001010100111101011101000001001000111100101101011101011001111101011101000001010110101001111 | e4e8a9eba091e5aeb3eba0ad4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)