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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 澹寫}澹寫{^ | 1110000001010111100110111000110101111101111000000101011110011011100011010111101101011110 | e0579b8d7de0579b8d7b5e |
EUC-JP | 澹寫}澹寫{^ | 1101111110111000110101011110110101111101110111111011100011010101111011010111101101011110 | dfb8d5ed7ddfb8d5ed7b5e |
UTF-8 | 澹寫}澹寫{^ | 111001101011111010111001111001011010111110101011011111011110011010111110101110011110010110101111101010110111101101011110 | e6beb9e5afab7de6beb9e5afab7b5e |
UHC | 澹寫}澹寫{^ | 1101001111000010110111101101000001111101110100111100001011011110110100000111101101011110 | d3c2ded07dd3c2ded07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)