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 | 觴願迂籥 | 1110011001011011100010101110100010001001010010011110001011011110 | e65b8ae88949e2de |
EUC-JP | 觴願迂籥 | 1110101110111100101101001110101010110001101010101110010011100000 | ebbcb4eab1aae4e0 |
UTF-8 | 觴願迂籥 | 111010001010011110110100111010011010000110011000111010001011111110000010111001111011000110100101 | e8a7b4e9a198e8bf82e7b1a5 |
UHC | 觴願迂? | 11011111110110001110101011000011111010011110011000111111 | dfd8eac3e9e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)