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 | 笑楔 | 10001111110011101001111010110110 | 8fce9eb6 |
EUC-JP | 笑楔 | 10111110110100001101110010111000 | bed0dcb8 |
UTF-8 | 笑楔 | 111001111010110010010001111001101010010110010100 | e7ac91e6a594 |
UHC | 笑楔 | 11100001110001011110000011011011 | e1c5e0db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)