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 | ?© | 0011111110101001 | 3fa9 |
SJIS-WIN | 壤? | 100110101101111100111111 | 9adf3f |
EUC-JP | 壤© | 1101010011100001100011111010001011101101 | d4e18fa2ed |
UTF-8 | 壤© | 1110010110100011101001001100001010101001 | e5a3a4c2a9 |
UHC | 壤? | 111001011011110100111111 | e5bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)