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 | ??而瓏? | 00111111001111111000111010100111111000001111101000111111 | 3f3f8ea7e0fa3f |
| EUC-JP | 勖?而瓏? | 100011111011001111101101001111111011110010101001111000001111110000111111 | 8fb3ed3fbca9e0fc3f |
| UTF-8 | 勖렢而瓏횅 | 111001011000101110010110111010111010000010100010111010001000000010001100111001111001001110001111111011011001101010000101 | e58b96eba0a2e8808ce7938fed9a85 |
| UHC | 勖렢而瓏횅 | 11101001111011011000111010110011111011001011101111010110111010101100100010110111 | e9ed8eb3ecbbd6eac8b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)