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 | MRoBF | 10000001010011011000000101010010011011110100001001000110 | 814d81526f4246 |
SJIS-WIN | ?M?RoBF | 00111111010011010011111101010010011011110100001001000110 | 3f4d3f526f4246 |
EUC-JP | ?M?RoBF | 00111111010011010011111101010010011011110100001001000110 | 3f4d3f526f4246 |
UTF-8 | MRoBF | 110000101000000101001101110000101000000101010010011011110100001001000110 | c2814dc281526f4246 |
UHC | ?M?RoBF | 00111111010011010011111101010010011011110100001001000110 | 3f4d3f526f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)