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 | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-WIN | 脱贈脱誰e^ | 10010010010001011001000110100001100100100100010110010010010011100110010101011110 | 924591a19245924e655e |
EUC-JP | 脱贈脱誰e^ | 11000011101001101100001010100011110000111010011011000011101011110110010101011110 | c3a6c2a3c3a6c3af655e |
UTF-8 | 脱贈脱誰e^ | 1110100010000100101100011110100010110100100010001110100010000100101100011110100010101010101100000110010101011110 | e884b1e8b488e884b1e8aab0655e |
UHC | ?贈?誰e^ | 0011111111110001111111000011111111100010110000010110010101011110 | 3ff1fc3fe2c1655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)