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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 槊鐵B | 1001111011001100111010000110001101000010 | 9ecce86342 |
EUC-JP | 槊鐵B | 1101110011001110111011111100010001000010 | dcceefc442 |
UTF-8 | 槊鐵B | 11100110101001111000101011101001100100001011010101000010 | e6a78ae990b542 |
UHC | ?鐵B | 00111111111101001101000101000010 | 3ff4d142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)