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 | 觴願迂 | 111001100101101110001010111010001000100101001001 | e65b8ae88949 |
EUC-JP | 觴願迂 | 111010111011110010110100111010101011000110101010 | ebbcb4eab1aa |
UTF-8 | 觴願迂 | 111010001010011110110100111010011010000110011000111010001011111110000010 | e8a7b4e9a198e8bf82 |
UHC | 觴願迂 | 110111111101100011101010110000111110100111100110 | dfd8eac3e9e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)