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 | 侑??? | 1001100011010000001111110011111100111111 | 98d03f3f3f |
| EUC-JP | 侑?縕? | 11010000110100100011111110001111110101001100001000111111 | d0d23f8fd4c23f |
| UTF-8 | 侑렾縕렲 | 111001001011111010010001111010111010000010111110111001111011100010010101111010111010000010110010 | e4be91eba0bee7b895eba0b2 |
| UHC | 侑렾縕렲 | 1110101011100010100011101100011011101000101100101000111010111111 | eae28ec6e8b28ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)