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^ | 1111101101010001100011101011111101000100111110110101000110001110101111110100010001011110 | fb518ebf44fb518ebf445e |
EUC-JP | 炅質D炅質D^ | 10001111110010011100101010111100110000010100010010001111110010011100101010111100110000010100010001011110 | 8fc9cabcc1448fc9cabcc1445e |
UTF-8 | 炅質D炅質D^ | 111001111000001010000101111010001011001110101010010001001110011110000010100001011110100010110011101010100100010001011110 | e78285e8b3aa44e78285e8b3aa445e |
UHC | 炅質D炅質D^ | 1100110011011101111100101111010101000100110011001101110111110010111101010100010001011110 | ccddf2f544ccddf2f5445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)