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 | æºñ« | 11100110101110101111000110101011 | e6baf1ab |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | æºñ? | 10001111101010011100000110001111101000101110101110001111101010111101000000111111 | 8fa9c18fa2eb8fabd03f |
UTF-8 | æºñ« | 1100001110100110110000101011101011000011101100011100001010101011 | c3a6c2bac3b1c2ab |
UHC | �? | 101010011010000110101000101011000011111100111111 | a9a1a8ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)