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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬮ョ螳域匐 | 111010011010101110101110111001011010111010001000111001101001100110110100 | e9abaee5ae88e699b4 |
EUC-JP | 鬮ョ螳域匐 | 11110010101011011000111010101110111010101011000010110000111010001101001010110110 | f2ad8eaeeab0b0e8d2b6 |
UTF-8 | 鬮ョ螳域匐 | 111010011010110010101110111011111011110110101110111010001001111010110011111001011001111110011111111001011000110010010000 | e9acaeefbdaee89eb3e59f9fe58c90 |
UHC | ??螳域匐 | 0011111100111111110100111101100111100110101101001101110011010011 | 3f3fd3d9e6b4dcd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)