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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 豬ッ蟠主コカ | 111001101011010110101111111001011011010010001110111001011011101010110110 | e6b5afe5b48ee5bab6 |
EUC-JP | 豬ッ蟠主コカ | 111011001011011110001110101011111110101010110110101111001110011110001110101110101000111010110110 | ecb78eafeab6bce78eba8eb6 |
UTF-8 | 豬ッ蟠主コカ | 111010001011000110101100111011111011110110101111111010001001111110100000111001001011100010111011111011111011110110111010111011111011110110110110 | e8b1acefbdafe89fa0e4b8bbefbdbaefbdb6 |
UHC | ??蟠主?? | 0011111100111111110110101111011011110001101010110011111100111111 | 3f3fdaf6f1ab3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)