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 | ??汁?^ | 001111110011111110001111011000000011111101011110 | 3f3f8f603f5e |
EUC-JP | 泂?汁?^ | 1000111111000110111101100011111110111101110000010011111101011110 | 8fc6f63fbdc13f5e |
UTF-8 | 泂렭汁렏^ | 11100110101100111000001011101011101000001010110111100110101100011000000111101011101000001000111101011110 | e6b382eba0ade6b181eba08f5e |
UHC | 泂렭汁렏^ | 111110111010001010001110101110101111000111110000100011101010010101011110 | fba28ebaf1f08ea55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)