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 | 辱i?軟 | 10010000010010101000001010001001001111111001001111101110 | 904a82893f93ee |
EUC-JP | 辱i?軟 | 10111111101010111010001111101001001111111100011011110000 | bfaba3e93fc6f0 |
UTF-8 | 辱i뮈軟 | 111010001011111010110001111011111011110110001001111010111010111010001000111010001011101110011111 | e8beb1efbd89ebae88e8bb9f |
UHC | 辱i뮈軟 | 1110100110110100101000111110100110111001101111111110011011100011 | e9b4a3e9b9bfe6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)