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 | 牘貳 | 11100000101011111110011011000110 | e0afe6c6 |
EUC-JP | 牘貳 | 11100000101100011110110011001000 | e0b1ecc8 |
UTF-8 | 牘貳 | 111001111000100110011000111010001011001010110011 | e78998e8b2b3 |
UHC | 牘貳 | 11010100101110101110110011000011 | d4baecc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)