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 | ????e | 0011111100111111001111110011111101100101 | 3f3f3f3f65 |
SJIS-WIN | 湲?製?e | 10011111110100010011111110010000101110110011111101100101 | 9fd13f90bb3f65 |
EUC-JP | 湲?製?e | 11011110110100110011111111000000101111010011111101100101 | ded33fc0bd3f65 |
UTF-8 | 湲렣製렲e | 11100110101110011011001011101011101000001010001111101000101000111011110111101011101000001011001001100101 | e6b9b2eba0a3e8a3bdeba0b265 |
UHC | 湲렣製렲e | 111010101011100010001110101101001111000010110010100011101011111101100101 | eab88eb4f0b28ebf65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)