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 | 11101011111111101010110001000010 | ebfeac42 |
SJIS-WIN | ??¬B | 0011111100111111100000011100101001000010 | 3f3f81ca42 |
EUC-JP | ëþ¬B | 100011111010101110110011100011111010100111010000101000101100110001000010 | 8fabb38fa9d0a2cc42 |
UTF-8 | ëþ¬B | 11000011101010111100001110111110110000101010110001000010 | c3abc3bec2ac42 |
UHC | ?þ?B | 0011111110101001101011010011111101000010 | 3fa9ad3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)