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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?若 | 001111111000111011100001 | 3f8ee1 |
EUC-JP | ?若 | 001111111011110011100011 | 3fbce3 |
UTF-8 | 쮜若 | 111011001010111010011100111010001000101110100101 | ecae9ce88ba5 |
UHC | 쮜若 | 11000010111010001110010110110100 | c2e8e5b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)