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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 銷琳 | 11100111111101111001011111010100 | e7f797d4 |
EUC-JP | 銷琳 | 11101110111110011100111011010110 | eef9ced6 |
UTF-8 | 銷琳 | 111010011000101010110111111001111001000010110011 | e98ab7e790b3 |
UHC | 銷琳 | 11100001110100011101011111111011 | e1d1d7fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)