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 | MCQä· | 1001001001001101100100100100001110010010010100011110010010110111 | 924d92439251e4b7 |
SJIS-WIN | ?M?C?Q?? | 0011111101001101001111110100001100111111010100010011111100111111 | 3f4d3f433f513f3f |
EUC-JP | ?M?C?Qä? | 00111111010011010011111101000011001111110101000110001111101010111010001100111111 | 3f4d3f433f518faba33f |
UTF-8 | MCQä· | 11000010100100100100110111000010100100100100001111000010100100100101000111000011101001001100001010110111 | c2924dc29243c29251c3a4c2b7 |
UHC | ?M?C?Q?· | 001111110100110100111111010000110011111101010001001111111010000110100100 | 3f4d3f433f513fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)