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 | ìï±Y | 1110110011101111100011101011000101011001 | ecef8eb159 |
SJIS-WIN | ???±Y | 001111110011111100111111100000010111110101011001 | 3f3f3f817d59 |
EUC-JP | ìï?±Y | 10001111101010111100000010001111101010111100000100111111101000011101111001011001 | 8fabc08fabc13fa1de59 |
UTF-8 | ìï±Y | 110000111010110011000011101011111100001010001110110000101011000101011001 | c3acc3afc28ec2b159 |
UHC | ???±Y | 001111110011111100111111101000011011111001011001 | 3f3f3fa1be59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)