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 | 諸?鬱賂?? | 100011111001010000111111100111110101010010011000010001110011111100111111 | 8f943f9f5498473f3f |
EUC-JP | 諸?鬱賂?? | 101111011111010000111111110111011011010111001111101010000011111100111111 | bdf43fddb5cfa83f3f |
UTF-8 | 諸렯鬱賂렰렢 | 111010001010101110111000111010111010000010101111111010011010110010110001111010001011001110000010111010111010000010110000111010111010000010100010 | e8abb8eba0afe9acb1e8b382eba0b0eba0a2 |
UHC | 諸렯鬱賂렰렢 | 111100001011001110001110101111001110101010100110110101101111000110001110101111011000111010110011 | f0b38ebceaa6d6f18ebd8eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)