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 | 跋廷詐 | 111001101110101110010010111011001000110110111100 | e6eb92ec8dbc |
EUC-JP | 跋廷詐 | 111011001110110111000100111011101011101010111110 | ecedc4eebabe |
UTF-8 | 跋廷詐 | 111010001011011110001011111001011011101110110111111010001010100110010000 | e8b78be5bbb7e8a990 |
UHC | 跋廷詐 | 110110111010001011101111110101011101111011110001 | dba2efd5def1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)