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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 媛?霆?? | 10010101010100010011111111101000101110110011111100111111 | 95513fe8bb3f3f |
EUC-JP | 媛?霆?荑 | 110010011011001000111111111100001011110100111111100011111101011111111001 | c9b23ff0bd3f8fd7f9 |
UTF-8 | 媛렦霆렕荑 | 111001011010101010011011111010111010000010100110111010011001110010000110111010111010000010010101111010001000110110010001 | e5aa9beba0a6e99c86eba095e88d91 |
UHC | 媛렦霆렕荑 | 11101010101100001000111010110101111011111111110110001110101010101110110010111111 | eab08eb5effd8eaaecbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)