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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 澳??節??^ | 111000000101001100111111001111111001000011011111001111110011111101011110 | e0533f3f90df3f3f5e |
EUC-JP | 澳??節??^ | 110111111011010000111111001111111100000011100001001111110011111101011110 | dfb43f3fc0e13f3f5e |
UTF-8 | 澳뤵굥節댐쉥^ | 11100110101111101011001111101011101001001011010111101010101101011010010111100111101011111000000011101011100011001001000011101100100010011010010101011110 | e6beb3eba4b5eab5a5e7af80eb8c90ec89a55e |
UHC | 澳뤵굥節댐쉥^ | 11100111111111101000111111100011100000101000101111101111101111011011010011101111101111011010101101011110 | e7fe8fe3828befbdb4efbdab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)