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 | ´~ | 10011010101101001000000101111110 | 9ab4817e |
SJIS-WIN | ?´?~ | 0011111110000001010011000011111101111110 | 3f814c3f7e |
EUC-JP | ?´?~ | 0011111110100001101011010011111101111110 | 3fa1ad3f7e |
UTF-8 | ´~ | 11000010100110101100001010110100110000101000000101111110 | c29ac2b4c2817e |
UHC | ?´?~ | 0011111110100010101001010011111101111110 | 3fa2a53f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)