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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 窈?窈?B | 11100010011101110011111111100010011101110011111101000010 | e2773fe2773f42 |
EUC-JP | 窈?窈?B | 11100011110110000011111111100011110110000011111101000010 | e3d83fe3d83f42 |
UTF-8 | 窈뛺窈뛺B | 11100111101010101000100011101011100110111011101011100111101010101000100011101011100110111011101001000010 | e7aa88eb9bbae7aa88eb9bba42 |
UHC | 窈뛺窈뛺B | 111010011010000110001101011110101110100110100001100011010111101001000010 | e9a18d7ae9a18d7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)