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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 存校? | 1001000110110110100011010101101000111111 | 91b68d5a3f |
EUC-JP | 存校? | 1100001010111000101110011011101100111111 | c2b8b9bb3f |
UTF-8 | 存校렍 | 111001011010110110011000111001101010000010100001111010111010000010001101 | e5ad98e6a0a1eba08d |
UHC | 存校렍 | 111100001110110111001110111010001000111010100011 | f0edcee88ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)