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 | 髮主ョ域兜 | 111010011001101110001110111001011010111010001000111001101000101010010101 | e99b8ee5ae88e68a95 |
EUC-JP | 髮主ョ域兜 | 11110001111110111011110011100111100011101010111010110000111010001011001111110101 | f1fbbce78eaeb0e8b3f5 |
UTF-8 | 髮主ョ域兜 | 111010011010101110101110111001001011100010111011111011111011110110101110111001011001111110011111111001011000010110011100 | e9abaee4b8bbefbdaee59f9fe5859c |
UHC | 髮主?域兜 | 110110111010010111110001101010110011111111100110101101001101010011011111 | dba5f1ab3fe6b4d4df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)