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 | ìù²Ñ´î | 1110110011111001100011101011001010001110110100011011010011101110 | ecf98eb28ed1b4ee |
SJIS-WIN | ??????´? | 001111110011111100111111001111110011111100111111100000010100110000111111 | 3f3f3f3f3f3f814c3f |
EUC-JP | ìù???Ñ´î | 1000111110101011110000001000111110101011111000110011111100111111001111111000111110101010110100001010000110101101100011111010101111000010 | 8fabc08fabe33f3f3f8faad0a1ad8fabc2 |
UTF-8 | ìù²Ñ´î | 11000011101011001100001110111001110000101000111011000010101100101100001010001110110000111001000111000010101101001100001110101110 | c3acc3b9c28ec2b2c28ec391c2b4c3ae |
UHC | ???²??´? | 00111111001111110011111110101001111101110011111100111111101000101010010100111111 | 3f3f3fa9f73f3fa2a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)