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 | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-WIN | 弱??Y | 1000111011100011001111110011111101011001 | 8ee33f3f59 |
EUC-JP | 弱??Y | 1011110011100101001111110011111101011001 | bce53f3f59 |
UTF-8 | 弱뤺윭Y | 11100101101111001011000111101011101001001011101011101100100111001010110101011001 | e5bcb1eba4baec9cad59 |
UHC | 弱뤺윭Y | 11100101101100001000111111101000100111111010110001011001 | e5b08fe89fac59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)