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 | 讒先ァ殖 | 11100110101001111001000011100110101001111001000001000010 | e6a790e6a79042 |
EUC-JP | 讒先ァ殖 | 1110110010101001110000001110100010001110101001111011111110100011 | eca9c0e88ea7bfa3 |
UTF-8 | 讒先ァ殖 | 111010001010111010010010111001011000010110001000111011111011110110100111111001101010111010010110 | e8ae92e58588efbda7e6ae96 |
UHC | 讒先?殖 | 11110011110110001110000010111011001111111110001111010110 | f3d8e0bb3fe3d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)