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 | 正憤 | 10010000101100111001010110101110 | 90b395ae |
EUC-JP | 正憤 | 11000000101101011100101010110000 | c0b5cab0 |
UTF-8 | 正憤 | 111001101010110110100011111001101000011010100100 | e6ada3e686a4 |
UHC | 正憤 | 11101111111000011101110111001001 | efe1ddc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)