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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | ツ嫋] | 11000010100110110101110101011101 | c29b5d5d |
EUC-JP | ツ嫋] | 1000111011000010110101011011111001011101 | 8ec2d5be5d |
UTF-8 | ツ嫋] | 11101111101111101000001011100101101010111000101101011101 | efbe82e5ab8b5d |
UHC | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)