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 | 莊弱 | 11100100101101011000111011100011 | e4b58ee3 |
EUC-JP | 莊弱 | 11101000101101111011110011100101 | e8b7bce5 |
UTF-8 | 莊弱 | 111010001000111010001010111001011011110010110001 | e88e8ae5bcb1 |
UHC | 莊弱 | 11101101111101101110010110110000 | edf6e5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)