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 | 邏名 | 11100111101101001001011010111100 | e7b496bc |
EUC-JP | 邏名 | 11101110101101101100110010111110 | eeb6ccbe |
UTF-8 | 邏名 | 111010011000001010001111111001011001000010001101 | e9828fe5908d |
UHC | 邏名 | 11010101101001001101100110100011 | d5a4d9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)