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 | 鷹←?依 | 10010001111010011000000110101001001111111000100011001011 | 91e981a93f88cb |
EUC-JP | 鷹←?依 | 11000010111010111010001010101011001111111011000011001101 | c2eba2ab3fb0cd |
UTF-8 | 鷹←텖依 | 111010011011011110111001111000101000011010010000111011011000010110010110111001001011111010011101 | e9b7b9e28690ed8596e4be9d |
UHC | 鷹←텖依 | 1110101111101101101000011110011110110110100011111110101111101110 | ebeda1e7b68febee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)