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 | øÎQ] | 100100001111100010001111110011100101000101011101 | 90f88fce515d |
SJIS-WIN | ????Q] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
EUC-JP | ?ø?ÎQ] | 00111111100011111010100111001100001111111000111110101010110000100101000101011101 | 3f8fa9cc3f8faac2515d |
UTF-8 | øÎQ] | 11000010100100001100001110111000110000101000111111000011100011100101000101011101 | c290c3b8c28fc38e515d |
UHC | ?ø??Q] | 00111111101010011010101000111111001111110101000101011101 | 3fa9aa3f3f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)