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 | ïä±M | 1110111111100100100011101011000101001101 | efe48eb14d |
SJIS-WIN | ???±M | 001111110011111100111111100000010111110101001101 | 3f3f3f817d4d |
EUC-JP | ïä?±M | 10001111101010111100000110001111101010111010001100111111101000011101111001001101 | 8fabc18faba33fa1de4d |
UTF-8 | ïä±M | 110000111010111111000011101001001100001010001110110000101011000101001101 | c3afc3a4c28ec2b14d |
UHC | ???±M | 001111110011111100111111101000011011111001001101 | 3f3f3fa1be4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)