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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 占Β? | 1001000011101000100000111010000000111111 | 90e883a03f |
EUC-JP | 占Β? | 1100000011101010101001101010001000111111 | c0eaa6a23f |
UTF-8 | 占Β쬗 | 1110010110001101101000001100111010010010111011001010110010010111 | e58da0ce92ecac97 |
UHC | 占Β쬗 | 111011111011111110100101110000101010011101001011 | efbfa5c2a74b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)