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 | 覦磯К | 111001100100111110001000111010011000010001001011 | e64f88e9844b |
EUC-JP | 覦磯К | 111010111011000010110000111010111010011110101100 | ebb0b0eba7ac |
UTF-8 | 覦磯К | 1110100010100110101001101110011110100011101011111101000010011010 | e8a6a6e7a3afd09a |
UHC | ?磯К | 0011111111010001101101001010110010101100 | 3fd1b4acac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)