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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
UTF-8 | 渽陋렣렲^ | 11100110101110001011110111101111101001011001000111101011101000001010001111101011101000001011001001011110 | e6b8bdefa591eba0a3eba0b25e |
UHC | 渽陋렣렲^ | 111011101010101011010010111010111000111010110100100011101011111101011110 | eeaad2eb8eb48ebf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)