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 | ¬¾ | 1010110010111110 | acbe |
SJIS-WIN | ¬? | 100000011100101000111111 | 81ca3f |
EUC-JP | ¬? | 101000101100110000111111 | a2cc3f |
UTF-8 | ¬¾ | 11000010101011001100001010111110 | c2acc2be |
UHC | ?¾ | 001111111010100011111010 | 3fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)