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 | 吾ц | 10001100111000011000010010001000 | 8ce18488 |
EUC-JP | 吾ц | 10111000111000111010011111101000 | b8e3a7e8 |
UTF-8 | 吾ц | 1110010110010000101111101101000110000110 | e590bed186 |
UHC | 吾ц | 11100111111011101010110011101000 | e7eeace8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)