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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 叩則但脱 | 1001001001000000100100011010010110010010010000011001001001000101 | 924091a592419245 |
EUC-JP | 叩則但脱 | 1100001110100001110000101010011111000011101000101100001110100110 | c3a1c2a7c3a2c3a6 |
UTF-8 | 叩則但脱 | 111001011000111110101001111001011000100110000111111001001011110110000110111010001000010010110001 | e58fa9e58987e4bd86e884b1 |
UHC | 叩則但? | 11001101101100001111011011001110110100111010001100111111 | cdb0f6ced3a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)