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 | 11100111100010101001011011100111100011011011010111100111100011001011010001000110 | e78a96e78db5e78cb446 |
EUC-JP | 迥也嵯迪エF | 1110110111101010110011001110100110111010101101111110110111101100100011101011010001000110 | edeacce9bab7edec8eb446 |
UTF-8 | 迥也嵯迪エF | 11101000101111111010010111100100101110011001111111100101101101011010111111101000101111111010101011101111101111011011010001000110 | e8bfa5e4b99fe5b5afe8bfaaefbdb446 |
UHC | ?也嵯迪?F | 001111111110010110100101111100111010101111101110111010000011111101000110 | 3fe5a5f3abeee83f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)