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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 衒竺^ | 1110010111001000100011101011000101011110 | e5c88eb15e |
EUC-JP | 衒竺^ | 1110101011001010101111001011001101011110 | eacabcb35e |
UTF-8 | 衒竺^ | 11101000101000011001001011100111101010111011101001011110 | e8a192e7abba5e |
UHC | 衒竺^ | 1111101011100101111101011110011101011110 | fae5f5e75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)