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 | 墺ц?曖? | 1001101011010010100001001000100000111111100111100100001000111111 | 9ad284883f9e423f |
EUC-JP | 墺ц?曖? | 1101010011010100101001111110100000111111110110111010001100111111 | d4d4a7e83fdba33f |
UTF-8 | 墺ц찠曖뉓 | 1110010110100010101110101101000110000110111011001011000010100000111001101001101110010110111010111000100110010011 | e5a2bad186ecb0a0e69b96eb8993 |
UHC | 墺ц찠曖뉓 | 11100111111100101010110011101000101010011001111011100100111100101000011111101000 | e7f2ace8a99ee4f287e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)