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 | 塢?1艶 | 10011010110001110011111110000010010100001000100110010000 | 9ac73f82508990 |
EUC-JP | 塢?1艶 | 11010100110010010011111110100011101100011011000111110000 | d4c93fa3b1b1f0 |
UTF-8 | 塢곩1艶 | 111001011010000110100010111010101011001110101001111011111011110010010001111010001000100110110110 | e5a1a2eab3a9efbc91e889b6 |
UHC | 塢곩1艶 | 1110011111110001100000011110010110100011101100011110011011111101 | e7f181e5a3b1e6fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)