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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 雕滓ェ主縁B | 11101000101110001001111111100110101010101000111011100101100010011000111101000010 | e8b89fe6aa8ee5898f42 |
EUC-JP | 雕滓ェ主縁B | 1111000010111010110111101110100010001110101010101011110011100111101100011110111101000010 | f0badee88eaabce7b1ef42 |
UTF-8 | 雕滓ェ主縁B | 11101001100110111001010111100110101110111001001111101111101111011010101011100100101110001011101111100111101110001000000101000010 | e99b95e6bb93efbdaae4b8bbe7b88142 |
UHC | 雕滓?主?B | 111100001110011111101110101010110011111111110001101010110011111101000010 | f0e7eeab3ff1ab3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)