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 | ????noBF | 0011111100111111001111110011111101101110011011110100001001000110 | 3f3f3f3f6e6f4246 |
SJIS-WIN | ????noBF | 0011111100111111001111110011111101101110011011110100001001000110 | 3f3f3f3f6e6f4246 |
EUC-JP | 旿?旿?noBF | 100011111100000111110100001111111000111111000001111101000011111101101110011011110100001001000110 | 8fc1f43f8fc1f43f6e6f4246 |
UTF-8 | 旿뛓旿뛝noBF | 11100110100101111011111111101011100110111001001111100110100101111011111111101011100110111001110101101110011011110100001001000110 | e697bfeb9b93e697bfeb9b9d6e6f4246 |
UHC | 旿뛓旿뛝noBF | 111001111111101010001101010100011110011111111010100011010101101001101110011011110100001001000110 | e7fa8d51e7fa8d5a6e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)