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 | 臍? | 111001000110000000111111 | e4603f |
EUC-JP | 臍? | 111001111100000100111111 | e7c13f |
UTF-8 | 臍섣 | 111010001000011110001101111011001000010010100011 | e8878dec84a3 |
UHC | 臍섣 | 11110000101100001011110010110010 | f0b0bcb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)