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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 濶ア蝣エ貂・ | 111010001000100110110001111001011010000010110100111001101011100010100101 | e889b1e5a0b4e6b8a5 |
| EUC-JP | 濶ア蝣エ貂・ | 111011111110100110001110101100011110101010100010100011101011010011101100101110101000111010100101 | efe98eb1eaa28eb4ecba8ea5 |
| UTF-8 | 濶ア蝣エ貂・ | 111001101011111110110110111011111011110110110001111010001001110110100011111011111011110110110100111010001011001010000010111011111011110110100101 | e6bfb6efbdb1e89da3efbdb4e8b282efbda5 |
| UHC | ????貂? | 00111111001111110011111100111111111101011011000000111111 | 3f3f3f3ff5b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)