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 | ????愿 | 001111110011111100111111001111111001110011000011 | 3f3f3f3f9cc3 |
EUC-JP | 塡???愿 | 1000111110111000101101000011111100111111001111111101100011000101 | 8fb8b43f3f3fd8c5 |
UTF-8 | 塡비렰렕愿 | 111001011010000110100001111010111011100110000100111010111010000010110000111010111010000010010101111001101000010010111111 | e5a1a1ebb984eba0b0eba095e684bf |
UHC | 塡비렰렕愿 | 11101110111100111011101011110001100011101011110110001110101010101110101010110100 | eef3baf18ebd8eaaeab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)