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 | Êæø | 110010101110011011111000 | cae6f8 |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | Êæø | 100011111010101010110100100011111010100111000001100011111010100111001100 | 8faab48fa9c18fa9cc |
UTF-8 | Êæø | 110000111000101011000011101001101100001110111000 | c38ac3a6c3b8 |
UHC | ?æø | 0011111110101001101000011010100110101010 | 3fa9a1a9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)