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 | 靭?義?^ | 10010000011110000011111110001011011000000011111101011110 | 90783f8b603f5e |
EUC-JP | 靭?義?^ | 10111111110110010011111110110101110000010011111101011110 | bfd93fb5c13f5e |
UTF-8 | 靭렰義렢^ | 11101001100111011010110111101011101000001011000011100111101111101010100111101011101000001010001001011110 | e99dadeba0b0e7bea9eba0a25e |
UHC | 靭렰義렢^ | 111011001110010110001110101111011110101111111001100011101011001101011110 | ece58ebdebf98eb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)