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 | ïä±|^ | 111011111110010010001110101100010111110001011110 | efe48eb17c5e |
SJIS-WIN | ???±|^ | 00111111001111110011111110000001011111010111110001011110 | 3f3f3f817d7c5e |
EUC-JP | ïä?±|^ | 1000111110101011110000011000111110101011101000110011111110100001110111100111110001011110 | 8fabc18faba33fa1de7c5e |
UTF-8 | ïä±|^ | 11000011101011111100001110100100110000101000111011000010101100010111110001011110 | c3afc3a4c28ec2b17c5e |
UHC | ???±|^ | 00111111001111110011111110100001101111100111110001011110 | 3f3f3fa1be7c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)