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 | ïä±a] | 111011111110010010001110101100010110000101011101 | efe48eb1615d |
SJIS-WIN | ???±a] | 00111111001111110011111110000001011111010110000101011101 | 3f3f3f817d615d |
EUC-JP | ïä?±a] | 1000111110101011110000011000111110101011101000110011111110100001110111100110000101011101 | 8fabc18faba33fa1de615d |
UTF-8 | ïä±a] | 11000011101011111100001110100100110000101000111011000010101100010110000101011101 | c3afc3a4c28ec2b1615d |
UHC | ???±a] | 00111111001111110011111110100001101111100110000101011101 | 3f3f3fa1be615d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)