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 | ??]??Q | 001111110011111101011101001111110011111101010001 | 3f3f5d3f3f51 |
SJIS-WIN | 将。]将ゥQ | 1000111110101011101000010101110110001111101010111010100101010001 | 8faba15d8faba951 |
EUC-JP | 将。]将ゥQ | 10111110101011011000111010100001010111011011111010101101100011101010100101010001 | bead8ea15dbead8ea951 |
UTF-8 | 将。]将ゥQ | 1110010110110000100001101110111110111101101000010101110111100101101100001000011011101111101111011010100101010001 | e5b086efbda15de5b086efbda951 |
UHC | ??]??Q | 001111110011111101011101001111110011111101010001 | 3f3f5d3f3f51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)