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 | ï¥¹ë£ | 111011111010010110111001111010111001001110100011 | efa5b9eb93a3 |
SJIS-WIN | ?¥???£ | 0011111110000001100011110011111100111111001111111000000110010010 | 3f818f3f3f3f8192 |
EUC-JP | ï??ë?£ | 1000111110101011110000010011111100111111100011111010101110110011001111111010000111110010 | 8fabc13f3f8fabb33fa1f2 |
UTF-8 | ï¥¹ë£ | 110000111010111111000010101001011100001010111001110000111010101111000010100100111100001010100011 | c3afc2a5c2b9c3abc293c2a3 |
UHC | ??¹??? | 00111111001111111010100111110110001111110011111100111111 | 3f3fa9f63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)