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 | 阻秦 | 10010001011010101001000001100000 | 916a9060 |
EUC-JP | 阻秦 | 11000001110010111011111111000001 | c1cbbfc1 |
UTF-8 | 阻秦 | 111010011001100010111011111001111010011110100110 | e998bbe7a7a6 |
UHC | 阻秦 | 11110000111001101111001011011010 | f0e6f2da |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)