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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 稜岶\ | 1001011111000101100110111010110101011100 | 97c59bad5c |
EUC-JP | 稜岶\ | 1100111011000111110101101010111101011100 | cec7d6af5c |
UTF-8 | 稜岶\ | 11100111101010001001110011100101101100101011011001011100 | e7a89ce5b2b65c |
UHC | 稜?\ | 11010111110100100011111101011100 | d7d23f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)