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 | 倭?倭?^ | 10011000011000000011111110011000011000000011111101011110 | 98603f98603f5e |
EUC-JP | 倭?倭?^ | 11001111110000010011111111001111110000010011111101011110 | cfc13fcfc13f5e |
UTF-8 | 倭쒭倭쒭^ | 11100101100000001010110111101100100100101010110111100101100000001010110111101100100100101010110101011110 | e580adec92ade580adec92ad5e |
UHC | 倭쒭倭쒭^ | 111010001101111010011101010001001110100011011110100111010100010001011110 | e8de9d44e8de9d445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)