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 | 0011111100111111001111110100110101101110011011110100001001000110 | 3f3f3f4d6e6f4246 |
SJIS-WIN | 彗??MnoBF | 100111000110000100111111001111110100110101101110011011110100001001000110 | 9c613f3f4d6e6f4246 |
EUC-JP | 彗??MnoBF | 110101111100001000111111001111110100110101101110011011110100001001000110 | d7c23f3f4d6e6f4246 |
UTF-8 | 彗딈뱵MnoBF | 1110010110111101100101111110101110010100100010001110101110110001101101010100110101101110011011110100001001000110 | e5bd97eb9488ebb1b54d6e6f4246 |
UHC | 彗딈뱵MnoBF | 1111101110110010100010101110111010010011100110110100110101101110011011110100001001000110 | fbb28aee939b4d6e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)