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 | 鷹→?依 | 10010001111010011000000110101000001111111000100011001011 | 91e981a83f88cb |
EUC-JP | 鷹→?依 | 11000010111010111010001010101010001111111011000011001101 | c2eba2aa3fb0cd |
UTF-8 | 鷹→뜍依 | 111010011011011110111001111000101000011010010010111010111001110010001101111001001011111010011101 | e9b7b9e28692eb9c8de4be9d |
UHC | 鷹→뜍依 | 1110101111101101101000011110011010001101100100001110101111101110 | ebeda1e68d90ebee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)