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 | ??v | 001111110011111101110110 | 3f3f76 |
SJIS-WIN | 叩遜v | 1001001001000000100100011011101101110110 | 924091bb76 |
EUC-JP | 叩遜v | 1100001110100001110000101011110101110110 | c3a1c2bd76 |
UTF-8 | 叩遜v | 11100101100011111010100111101001100000011001110001110110 | e58fa9e9819c76 |
UHC | 叩遜v | 1100110110110000111000011110000101110110 | cdb0e1e176 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)