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 | ??Y | 001111110011111101011001 | 3f3f59 |
SJIS-WIN | 磚慄Y | 1110001001000001100111001100100101011001 | e2419cc959 |
EUC-JP | 磚慄Y | 1110001110100010110110001100101101011001 | e3a2d8cb59 |
UTF-8 | 磚慄Y | 11100111101000111001101011100110100001011000010001011001 | e7a39ae6858459 |
UHC | ?慄Y | 00111111110101111100100101011001 | 3fd7c959 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)