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 | èàÞë© | 111010001110000011011110111010111000111010101001 | e8e0deeb8ea9 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | èàÞë?© | 10001111101010111011001010001111101010111010001010001111101010011011000010001111101010111011001100111111100011111010001011101101 | 8fabb28faba28fa9b08fabb33f8fa2ed |
UTF-8 | èàÞë© | 110000111010100011000011101000001100001110011110110000111010101111000010100011101100001010101001 | c3a8c3a0c39ec3abc28ec2a9 |
UHC | ??Þ??? | 00111111001111111010100010101101001111110011111100111111 | 3f3fa8ad3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)