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 | 11101011111110001010110001000010 | ebf8ac42 |
SJIS-WIN | ??¬B | 0011111100111111100000011100101001000010 | 3f3f81ca42 |
EUC-JP | ëø¬B | 100011111010101110110011100011111010100111001100101000101100110001000010 | 8fabb38fa9cca2cc42 |
UTF-8 | ëø¬B | 11000011101010111100001110111000110000101010110001000010 | c3abc3b8c2ac42 |
UHC | ?ø?B | 0011111110101001101010100011111101000010 | 3fa9aa3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)