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 | ê | 111011101011101010001110101000111110101010101101 | eeba8ea3eaad |
SJIS-WIN | ???£?? | 00111111001111110011111110000001100100100011111100111111 | 3f3f3f81923f3f |
EUC-JP | îº?£ê? | 10001111101010111100001010001111101000101110101100111111101000011111001010001111101010111011010000111111 | 8fabc28fa2eb3fa1f28fabb43f |
UTF-8 | ê | 110000111010111011000010101110101100001010001110110000101010001111000011101010101100001010101101 | c3aec2bac28ec2a3c3aac2ad |
UHC | ?º??? | 0011111110101000101011000011111100111111001111111010000110101001 | 3fa8ac3f3f3fa1a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)