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 | 夭琦\ | 1001101011101110111110110110011101011100 | 9aeefb675c |
EUC-JP | 夭琦\ | 110101001111000010001111110011001010101101011100 | d4f08fccab5c |
UTF-8 | 夭琦\ | 11100101101001001010110111100111100100001010011001011100 | e5a4ade790a65c |
UHC | 夭琦\ | 1110100011101100110100011010110101011100 | e8ecd1ad5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)