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 | æ¶ë B | 11100110100010001011011011101011101000001001000101000010 | e688b6eba09142 |
SJIS-WIN | ??¶???B | 0011111100111111100000011111011100111111001111110011111101000010 | 3f3f81f73f3f3f42 |
EUC-JP | æ?¶ë??B | 100011111010100111000001001111111010001011111001100011111010101110110011001111110011111101000010 | 8fa9c13fa2f98fabb33f3f42 |
UTF-8 | æ¶ë B | 11000011101001101100001010001000110000101011011011000011101010111100001010100000110000101001000101000010 | c3a6c288c2b6c3abc2a0c29142 |
UHC | æ?¶???B | 101010011010000100111111101000101101001000111111001111110011111101000010 | a9a13fa2d23f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)