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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 孩?孩槃?F | 100110110111011100111111100110110111011110011110110011110011111101000110 | 9b773f9b779ecf3f46 |
EUC-JP | 孩?孩槃?F | 110101011101100000111111110101011101100011011100110100010011111101000110 | d5d83fd5d8dcd13f46 |
UTF-8 | 孩렣孩槃딘F | 11100101101011011010100111101011101000001010001111100101101011011010100111100110101001111000001111101011100101001001100001000110 | e5ada9eba0a3e5ada9e6a783eb949846 |
UHC | 孩렣孩槃딘F | 1111101010101001100011101011010011111010101010011101101011101001101101011111001001000110 | faa98eb4faa9dae9b5f246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)