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 | 雕?鬱貊?? | 111010001011100000111111100111110101010011100110101110110011111100111111 | e8b83f9f54e6bb3f3f |
EUC-JP | 雕?鬱貊?? | 111100001011101000111111110111011011010111101100101111010011111100111111 | f0ba3fddb5ecbd3f3f |
UTF-8 | 雕렲鬱貊렡렖 | 111010011001101110010101111010111010000010110010111010011010110010110001111010001011001010001010111010111010000010100001111010111010000010010110 | e99b95eba0b2e9acb1e8b28aeba0a1eba096 |
UHC | 雕렲鬱貊렡렖 | 111100001110011110001110101111111110101010100110110110001110011110001110101100101000111010101011 | f0e78ebfeaa6d8e78eb28eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)