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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鏑麥?妖 | 10010011010011001110101001101101001111111001011101100100 | 934cea6d3f9764 |
EUC-JP | 鏑麥?妖 | 11000101101011011111001111001110001111111100110111000101 | c5adf3ce3fcdc5 |
UTF-8 | 鏑麥ㄴ妖 | 111010011000111110010001111010011011101010100101111000111000010010110100111001011010011010010110 | e98f91e9baa5e384b4e5a696 |
UHC | 鏑麥ㄴ妖 | 1110111011101011110110001110101010100100101001001110100011101101 | eeebd8eaa4a4e8ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)