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 | ßÉhßÉ | 1101111111001001011010001101111111001001 | dfc968dfc9 |
SJIS-WIN | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
EUC-JP | ßÉhßÉ | 10001111101010011100111010001111101010101011000101101000100011111010100111001110100011111010101010110001 | 8fa9ce8faab1688fa9ce8faab1 |
UTF-8 | ßÉhßÉ | 110000111001111111000011100010010110100011000011100111111100001110001001 | c39fc38968c39fc389 |
UHC | ß?hß? | 10101001101011000011111101101000101010011010110000111111 | a9ac3f68a9ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)