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 | ñê×£ê | 111100011110101011010111101000111110101010101101 | f1ead7a3eaad |
SJIS-WIN | ??×£?? | 0011111100111111100000010111111010000001100100100011111100111111 | 3f3f817e81923f3f |
EUC-JP | ñê×£ê? | 1000111110101011110100001000111110101011101101001010000111011111101000011111001010001111101010111011010000111111 | 8fabd08fabb4a1dfa1f28fabb43f |
UTF-8 | ñê×£ê | 110000111011000111000011101010101100001110010111110000101010001111000011101010101100001010101101 | c3b1c3aac397c2a3c3aac2ad |
UHC | ??×?? | 0011111100111111101000011011111100111111001111111010000110101001 | 3f3fa1bf3f3fa1a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)