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 | åMnoBF | 111001010100110101101110011011110100001001000110 | e54d6e6f4246 |
SJIS-WIN | ?MnoBF | 001111110100110101101110011011110100001001000110 | 3f4d6e6f4246 |
EUC-JP | åMnoBF | 1000111110101011101010010100110101101110011011110100001001000110 | 8faba94d6e6f4246 |
UTF-8 | åMnoBF | 11000011101001010100110101101110011011110100001001000110 | c3a54d6e6f4246 |
UHC | ?MnoBF | 001111110100110101101110011011110100001001000110 | 3f4d6e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)