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 | ?r{d | 00111111011100100111101101100100 | 3f727b64 |
SJIS-WIN | 鞴r{d | 1110100011100100011100100111101101100100 | e8e4727b64 |
EUC-JP | 鞴r{d | 1111000011100110011100100111101101100100 | f0e6727b64 |
UTF-8 | 鞴r{d | 111010011001111010110100011100100111101101100100 | e99eb4727b64 |
UHC | ?r{d | 00111111011100100111101101100100 | 3f727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)