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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 猷??猷ロ? | 100101110101000100111111001111111001011101010001100000111000110100111111 | 97513f3f9751838d3f |
EUC-JP | 猷??猷ロ? | 110011011011001000111111001111111100110110110010101001011110110100111111 | cdb23f3fcdb2a5ed3f |
UTF-8 | 猷띠뿄猷ロ뿝 | 111001111000110010110111111010111001110110100000111010111011111110000100111001111000110010110111111000111000001110101101111010111011111110011101 | e78cb7eb9da0ebbf84e78cb7e383adebbf9d |
UHC | 猷띠뿄猷ロ뿝 | 111010111010001110110110111011001001011110001100111010111010001110101011111011011001011110011111 | eba3b6ec978ceba3abed979f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)