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 | ?d~ | 001111110110010001111110 | 3f647e |
SJIS-WIN | 箏d~ | 11100010101101010110010001111110 | e2b5647e |
EUC-JP | 箏d~ | 11100100101101110110010001111110 | e4b7647e |
UTF-8 | 箏d~ | 1110011110101110100011110110010001111110 | e7ae8f647e |
UHC | 箏d~ | 11101110101101000110010001111110 | eeb4647e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)