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 | 雕?鬱貊? | 1110100010111000001111111001111101010100111001101011101100111111 | e8b83f9f54e6bb3f |
EUC-JP | 雕?鬱貊? | 1111000010111010001111111101110110110101111011001011110100111111 | f0ba3fddb5ecbd3f |
UTF-8 | 雕렲鬱貊렡 | 111010011001101110010101111010111010000010110010111010011010110010110001111010001011001010001010111010111010000010100001 | e99b95eba0b2e9acb1e8b28aeba0a1 |
UHC | 雕렲鬱貊렡 | 11110000111001111000111010111111111010101010011011011000111001111000111010110010 | f0e78ebfeaa6d8e78eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)