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 | 藕所畿褞 | 1110010101011000100011111000101010001011010001011110010111110000 | e5588f8a8b45e5f0 |
EUC-JP | 藕所畿褞 | 1110100110111001101111011110101010110101101001101110101011110010 | e9b9bdeab5a6eaf2 |
UTF-8 | 藕所畿褞 | 111010001001011110010101111001101000100110000000111001111001010110111111111010001010010010011110 | e89795e68980e795bfe8a49e |
UHC | 藕所畿? | 11101001111001001110000110110110110100011011001000111111 | e9e4e1b6d1b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)