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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 鏑麥??? | 10010011010011001110101001101101001111110011111100111111 | 934cea6d3f3f3f |
| EUC-JP | 鏑麥??? | 11000101101011011111001111001110001111110011111100111111 | c5adf3ce3f3f3f |
| UTF-8 | 鏑麥렕면렲 | 111010011000111110010001111010011011101010100101111010111010000010010101111010111010100110110100111010111010000010110010 | e98f91e9baa5eba095eba9b4eba0b2 |
| UHC | 鏑麥렕면렲 | 11101110111010111101100011101010100011101010101010111000111010011000111010111111 | eeebd8ea8eaab8e98ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)