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 | ìù²Ñ²ñ | 1110110011111001100011101011001010001110110100011011001011110001 | ecf98eb28ed1b2f1 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ìù???Ñ?ñ | 10001111101010111100000010001111101010111110001100111111001111110011111110001111101010101101000000111111100011111010101111010000 | 8fabc08fabe33f3f3f8faad03f8fabd0 |
UTF-8 | ìù²Ñ²ñ | 11000011101011001100001110111001110000101000111011000010101100101100001010001110110000111001000111000010101100101100001110110001 | c3acc3b9c28ec2b2c28ec391c2b2c3b1 |
UHC | ???²??²? | 00111111001111110011111110101001111101110011111100111111101010011111011100111111 | 3f3f3fa9f73f3fa9f73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)