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 | 搖??殉 | 100111011000101000111111001111111000111101111101 | 9d8a3f3f8f7d |
EUC-JP | 搖??殉 | 110110011110101000111111001111111011110111011110 | d9ea3f3fbdde |
UTF-8 | 搖깅ㅏ殉 | 111001101001000010010110111010101011100110000101111000111000010110001111111001101010111010001001 | e69096eab985e3858fe6ae89 |
UHC | 搖깅ㅏ殉 | 1110100011110100101100011110101110100100101111111110001011100110 | e8f4b1eba4bfe2e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)