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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 蹂咏囮^ | 11100110111110001001100111100111100110101001100101011110 | e6f899e79a995e |
EUC-JP | 蹂咏囮^ | 11101100111110101101001011101001110100111111100101011110 | ecfad2e9d3f95e |
UTF-8 | 蹂咏囮^ | 11101000101110011000001011100101100100101000111111100101100110111010111001011110 | e8b982e5928fe59bae5e |
UHC | 蹂??^ | 1110101110110011001111110011111101011110 | ebb33f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)