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 | 恁?錚蛟? | 1001110010001100001111111110100001000010111001011000000000111111 | 9c8c3fe842e5803f |
| EUC-JP | 恁?錚蛟? | 1101011111101100001111111110111110100011111010011110000000111111 | d7ec3fefa3e9e03f |
| UTF-8 | 恁렱錚蛟렰 | 111001101000000110000001111010111010000010110001111010011000110010011010111010001001101110011111111010111010000010110000 | e68181eba0b1e98c9ae89b9feba0b0 |
| UHC | 恁렱錚蛟렰 | 11101100111101101000111010111110111011101011011011001110111100011000111010111101 | ecf68ebeeeb6cef18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)