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 | 1111101110100001100011101011000101001101 | fba18eb14d |
SJIS-WIN | ???±M | 001111110011111100111111100000010111110101001101 | 3f3f3f817d4d |
EUC-JP | û¡?±M | 10001111101010111110010110001111101000101100001000111111101000011101111001001101 | 8fabe58fa2c23fa1de4d |
UTF-8 | û¡±M | 110000111011101111000010101000011100001010001110110000101011000101001101 | c3bbc2a1c28ec2b14d |
UHC | ?¡?±M | 00111111101000101010111000111111101000011011111001001101 | 3fa2ae3fa1be4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)