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 | ?腔 | 001111111000110101101111 | 3f8d6f |
EUC-JP | ?腔 | 001111111011100111010000 | 3fb9d0 |
UTF-8 | 쨈腔 | 111011001010100010001000111010001000010110010100 | eca888e88594 |
UHC | 쨈腔 | 11000010101101001100101110110111 | c2b4cbb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)