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 | íô¯ñí | 111011011111010010001110101011111111000111101101 | edf48eaff1ed |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | íô?¯ñí | 10001111101010111011111110001111101010111101010000111111100011111010001010110100100011111010101111010000100011111010101110111111 | 8fabbf8fabd43f8fa2b48fabd08fabbf |
UTF-8 | íô¯ñí | 110000111010110111000011101101001100001010001110110000101010111111000011101100011100001110101101 | c3adc3b4c28ec2afc3b1c3ad |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)