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^ | 1111101101000111100011101011111101000100111110110100011110001110101111110100010001011110 | fb478ebf44fb478ebf445e |
EUC-JP | 湜質D湜質D^ | 10001111110001111111110010111100110000010100010010001111110001111111110010111100110000010100010001011110 | 8fc7fcbcc1448fc7fcbcc1445e |
UTF-8 | 湜質D湜質D^ | 111001101011100110011100111010001011001110101010010001001110011010111001100111001110100010110011101010100100010001011110 | e6b99ce8b3aa44e6b99ce8b3aa445e |
UHC | 湜質D湜質D^ | 1110001111010111111100101111010101000100111000111101011111110010111101010100010001011110 | e3d7f2f544e3d7f2f5445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)