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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 辱?D辱?D^ | 100100000100101000111111010001001001000001001010001111110100010001011110 | 904a3f44904a3f445e |
EUC-JP | 辱?D辱?D^ | 101111111010101100111111010001001011111110101011001111110100010001011110 | bfab3f44bfab3f445e |
UTF-8 | 辱뎉D辱뎉D^ | 111010001011111010110001111010111000111010001001010001001110100010111110101100011110101110001110100010010100010001011110 | e8beb1eb8e8944e8beb1eb8e89445e |
UHC | 辱뎉D辱뎉D^ | 1110100110110100100010010101011101000100111010011011010010001001010101110100010001011110 | e9b4895744e9b48957445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)