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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 墺??敖? | 10011010110100100011111100111111100111011100001000111111 | 9ad23f3f9dc23f |
EUC-JP | 墺??敖? | 11010100110101000011111100111111110110101100010000111111 | d4d43f3fdac43f |
UTF-8 | 墺쀤툧敖짳 | 111001011010001010111010111011001000000010100100111011011000100010100111111001101001010110010110111011001010011110110011 | e5a2baec80a4ed88a7e69596eca7b3 |
UHC | 墺쀤툧敖짳 | 11100111111100101001011111100100101110001001111011100111111110011010010001001101 | e7f297e4b89ee7f9a44d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)