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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 賊磊?? | 100100011010111111100001111110110011111100111111 | 91afe1fb3f3f |
EUC-JP | 賊磊?? | 110000101011000111100010111111010011111100111111 | c2b1e2fd3f3f |
UTF-8 | 賊磊갖뤉 | 111010001011001110001010111001111010001110001010111010101011000010010110111010111010010010001001 | e8b38ae7a38aeab096eba489 |
UHC | 賊磊갖뤉 | 1110111011100100110101101111000010110000101011101000111110111001 | eee4d6f0b0ae8fb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)