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 | ìù²»Ê³ | 1110110011111001100011101011001010001111101110111100101010110011 | ecf98eb28fbbcab3 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ìù????Ê? | 1000111110101011110000001000111110101011111000110011111100111111001111110011111110001111101010101011010000111111 | 8fabc08fabe33f3f3f3f8faab43f |
UTF-8 | ìù²»Ê³ | 11000011101011001100001110111001110000101000111011000010101100101100001010001111110000101011101111000011100010101100001010110011 | c3acc3b9c28ec2b2c28fc2bbc38ac2b3 |
UHC | ???²???³ | 00111111001111110011111110101001111101110011111100111111001111111010100111111000 | 3f3f3fa9f73f3f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)