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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 袁蓑? | 1110010111001101100101101010101000111111 | e5cd96aa3f |
EUC-JP | 袁蓑? | 1110101011001111110011001010110000111111 | eacfccac3f |
UTF-8 | 袁蓑㉩ | 111010001010001010000001111010001001001110010001111000111000100110101001 | e8a281e89391e389a9 |
UHC | 袁蓑㉩ | 111010101011111011011110111011101010100010111010 | eabedeeea8ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)