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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 鳶????] | 10010011110011100011111100111111001111110011111101011101 | 93ce3f3f3f3f5d |
EUC-JP | 鳶????] | 11000110110100000011111100111111001111110011111101011101 | c6d03f3f3f3f5d |
UTF-8 | 鳶녺룑劣퇡] | 11101001101100111011011011101011100001011011101011101011101000111001000111101111101001101001110111101101100001111010000101011101 | e9b3b6eb85baeba391efa69ded87a15d |
UHC | 鳶녺룑劣퇡] | 1110011011101001100001101110011110001111100011101110011011101011101110000101000101011101 | e6e986e78f8ee6ebb8515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)