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 | ¬rB | 101011000111001001000010 | ac7242 |
SJIS-WIN | ¬rB | 10000001110010100111001001000010 | 81ca7242 |
EUC-JP | ¬rB | 10100010110011000111001001000010 | a2cc7242 |
UTF-8 | ¬rB | 11000010101011000111001001000010 | c2ac7242 |
UHC | ?rB | 001111110111001001000010 | 3f7242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)