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 | 軟?К | 1001001111101110001111111000010001001011 | 93ee3f844b |
EUC-JP | 軟?К | 1100011011110000001111111010011110101100 | c6f03fa7ac |
UTF-8 | 軟㎫К | 1110100010111011100111111110001110001110101010111101000010011010 | e8bb9fe38eabd09a |
UHC | 軟㎫К | 111001101110001110100111111001111010110010101100 | e6e3a7e7acac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)