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 | 腱ш慨裨 | 1110010001000110100001001000101010001010010100111110010111101001 | e446848a8a53e5e9 |
EUC-JP | 腱ш慨裨 | 1110011110100111101001111110101010110011101101001110101011101011 | e7a7a7eab3b4eaeb |
UTF-8 | 腱ш慨裨 | 1110100010000101101100011101000110001000111001101000010110101000111010001010001110101000 | e885b1d188e685a8e8a3a8 |
UHC | 腱ш慨裨 | 1100101111110010101011001110101011001011110001101101111010100101 | cbf2aceacbc6dea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)