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 | é®뵦 | 1110100110000010100100011100001010101110111010111011010110100110 | e98291c2aeebb5a6 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | é??®ë?¦ | 100011111010101110110001001111110011111110001111101010101010010010001111101000101110111010001111101010111011001100111111100011111010001011000011 | 8fabb13f3f8faaa48fa2ee8fabb33f8fa2c3 |
UTF-8 | é®뵦 | 11000011101010011100001010000010110000101001000111000011100000101100001010101110110000111010101111000010101101011100001010100110 | c3a9c282c291c382c2aec3abc2b5c2a6 |
UHC | ????®??? | 001111110011111100111111001111111010001011100111001111110011111100111111 | 3f3f3f3fa2e73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)