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 | 001111110100110101101110011011110100001001000110 | 3f4d6e6f4246 |
SJIS-WIN | 奪MnoBF | 10010010010001000100110101101110011011110100001001000110 | 92444d6e6f4246 |
EUC-JP | 奪MnoBF | 11000011101001010100110101101110011011110100001001000110 | c3a54d6e6f4246 |
UTF-8 | 奪MnoBF | 1110010110100101101010100100110101101110011011110100001001000110 | e5a5aa4d6e6f4246 |
UHC | 奪MnoBF | 11110111101011000100110101101110011011110100001001000110 | f7ac4d6e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)