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 | ???Q] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | 辜潔勧Q] | 1110011110000011100011001000100110001010101010010101000101011101 | e7838c898aa9515d |
EUC-JP | 辜潔勧Q] | 1110110111100011101101111110100110110100101010110101000101011101 | ede3b7e9b4ab515d |
UTF-8 | 辜潔勧Q] | 1110100010111110100111001110011010111101100101001110010110001011101001110101000101011101 | e8be9ce6bd94e58ba7515d |
UHC | 辜潔?Q] | 11001101110100001100110010111110001111110101000101011101 | cdd0ccbe3f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)