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 | 腸?掌懇 | 10010010101100000011111110001111101101101000110110100111 | 92b03f8fb68da7 |
EUC-JP | 腸?掌懇 | 11000100101100100011111110111110101110001011101010101001 | c4b23fbeb8baa9 |
UTF-8 | 腸렒掌懇 | 111010001000010110111000111010111010000010010010111001101000111010001100111001101000011110000111 | e885b8eba092e68e8ce68787 |
UHC | 腸렒掌懇 | 1110110111110011100011101010011111101101111001101100101011010000 | edf38ea7ede6cad0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)