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 | 潁h?掖 | 10011111111100011000001010001000001111111001110101110100 | 9ff182883f9d74 |
EUC-JP | 潁h?掖 | 11011110111100111010001111101000001111111101100111010101 | def3a3e83fd9d5 |
UTF-8 | 潁h겲掖 | 111001101011110110000001111011111011110110001000111010101011001010110010111001101000111010010110 | e6bd81efbd88eab2b2e68e96 |
UHC | 潁h겲掖 | 1110011110111000101000111110100010000001101111101110010011111010 | e7b8a3e881bee4fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)