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 | 佚彊 | 10011000110000111000101110101110 | 98c38bae |
EUC-JP | 佚彊 | 11010000110001011011011010110000 | d0c5b6b0 |
UTF-8 | 佚彊 | 111001001011110110011010111001011011110110001010 | e4bd9ae5bd8a |
UHC | 佚彊 | 11101100111010101100101110101110 | eceacbae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)