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 | 賊短奪 | 100100011010111110010010010110101001001001000100 | 91af925a9244 |
EUC-JP | 賊短奪 | 110000101011000111000011101110111100001110100101 | c2b1c3bbc3a5 |
UTF-8 | 賊短奪 | 111010001011001110001010111001111001111110101101111001011010010110101010 | e8b38ae79fade5a5aa |
UHC | 賊短奪 | 111011101110010011010011101011011111011110101100 | eee4d3adf7ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)