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 | 100111101011111000111111100100111011100010011010110110000011111101000110 | 9ebe3f93b89ad83f46 |
EUC-JP | 楡?萄壓?F | 110111001100000000111111110001101011101011010100110110100011111101000110 | dcc03fc6bad4da3f46 |
UTF-8 | 楡편萄壓렣F | 11100110101001011010000111101101100011101011100011101000100100001000010011100101101000111001001111101011101000001010001101000110 | e6a5a1ed8eb8e89084e5a393eba0a346 |
UHC | 楡편萄壓렣F | 1110101011111000110001101110110111010100101011001110010011100010100011101011010001000110 | eaf8c6edd4ace4e28eb446 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)