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 | 石若 | 10010000110011101000111011100001 | 90ce8ee1 |
EUC-JP | 石若 | 11000000110100001011110011100011 | c0d0bce3 |
UTF-8 | 石若 | 111001111001111110110011111010001000101110100101 | e79fb3e88ba5 |
UHC | 石若 | 11100000101101001110010110110100 | e0b4e5b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)