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 | ìù²¹ | 111011001111100110001110101100101000111110111001 | ecf98eb28fb9 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ìù???? | 10001111101010111100000010001111101010111110001100111111001111110011111100111111 | 8fabc08fabe33f3f3f3f |
UTF-8 | ìù²¹ | 110000111010110011000011101110011100001010001110110000101011001011000010100011111100001010111001 | c3acc3b9c28ec2b2c28fc2b9 |
UHC | ???²?¹ | 0011111100111111001111111010100111110111001111111010100111110110 | 3f3f3fa9f73fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)