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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | 澳??邀??] | 111000000101001100111111001111111110011110110001001111110011111101011101 | e0533f3fe7b13f3f5d |
EUC-JP | 澳??邀??] | 110111111011010000111111001111111110111010110011001111110011111101011101 | dfb43f3feeb33f3f5d |
UTF-8 | 澳뉛슘邀섓쉥] | 11100110101111101011001111101011100010011001101111101100100010101001100011101001100000101000000011101100100001001001001111101100100010011010010101011101 | e6beb3eb899bec8a98e98280ec8493ec89a55d |
UHC | 澳뉛슘邀섓쉥] | 11100111111111101000011111101111101111011011011111101001101011011001100011101111101111011010101101011101 | e7fe87efbdb7e9ad98efbdab5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)