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 | 正斧 | 10010000101100111001010110000000 | 90b39580 |
EUC-JP | 正斧 | 11000000101101011100100111100000 | c0b5c9e0 |
UTF-8 | 正斧 | 111001101010110110100011111001101001011010100111 | e6ada3e696a7 |
UHC | 正斧 | 11101111111000011101110110101000 | efe1dda8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)