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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
| SJIS-WIN | 螳・繽縄B | 11100101101011101010010111100011100011111001001111101010111101001001000101000010 | e5aea5e38f93eaf49142 |
| EUC-JP | 螳・繽縄?B | 11101010101100001000111010100101111001011110111111000110111011000011111101000010 | eab08ea5e5efc6ec3f42 |
| UTF-8 | 螳・繽縄B | 11101000100111101011001111101111101111011010010111100111101110011011110111100111101110001000010011101110100011011000000001000010 | e89eb3efbda5e7b9bde7b884ee8d8042 |
| UHC | 螳????B | 11010011110110010011111100111111001111110011111101000010 | d3d93f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)