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 | íô¬íúº | 1110110111110100100011101010110011101101111110101000111010111010 | edf48eacedfa8eba |
SJIS-WIN | ???¬???? | 001111110011111100111111100000011100101000111111001111110011111100111111 | 3f3f3f81ca3f3f3f3f |
EUC-JP | íô?¬íú?º | 10001111101010111011111110001111101010111101010000111111101000101100110010001111101010111011111110001111101010111110001000111111100011111010001011101011 | 8fabbf8fabd43fa2cc8fabbf8fabe23f8fa2eb |
UTF-8 | íô¬íúº | 11000011101011011100001110110100110000101000111011000010101011001100001110101101110000111011101011000010100011101100001010111010 | c3adc3b4c28ec2acc3adc3bac28ec2ba |
UHC | ???????º | 001111110011111100111111001111110011111100111111001111111010100010101100 | 3f3f3f3f3f3f3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)