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 | 殿?裁?^ | 10010011011000010011111110001101110110010011111101011110 | 93613f8dd93f5e |
EUC-JP | 殿?裁?^ | 11000101110000100011111110111010110110110011111101011110 | c5c23fbadb3f5e |
UTF-8 | 殿렣裁렢^ | 11100110101011101011111111101011101000001010001111101000101000111000000111101011101000001010001001011110 | e6aebfeba0a3e8a381eba0a25e |
UHC | 殿렣裁렢^ | 111011101111110010001110101101001110111010101110100011101011001101011110 | eefc8eb4eeae8eb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)