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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 脱即遜脱贈 | 10010010010001011001000110100110100100011011101110010010010001011001000110100001 | 924591a691bb924591a1 |
EUC-JP | 脱即遜脱贈 | 11000011101001101100001010101000110000101011110111000011101001101100001010100011 | c3a6c2a8c2bdc3a6c2a3 |
UTF-8 | 脱即遜脱贈 | 111010001000010010110001111001011000110110110011111010011000000110011100111010001000010010110001111010001011010010001000 | e884b1e58db3e9819ce884b1e8b488 |
UHC | ??遜?贈 | 00111111001111111110000111100001001111111111000111111100 | 3f3fe1e13ff1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)