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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 叩箪族属 | 1001001001000000100100100101110010010001101100001001000110101110 | 9240925c91b091ae |
EUC-JP | 叩箪族属 | 1100001110100001110000111011110111000010101100101100001010110000 | c3a1c3bdc2b2c2b0 |
UTF-8 | 叩箪族属 | 111001011000111110101001111001111010111010101010111001101001011110001111111001011011000110011110 | e58fa9e7aeaae6978fe5b19e |
UHC | 叩?族? | 110011011011000000111111111100001110100100111111 | cdb03ff0e93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)