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 | äÞQh | 11100100110111101000100110001111100011110101000101101000 | e4de898f8f5168 |
SJIS-WIN | ?????Qh | 00111111001111110011111100111111001111110101000101101000 | 3f3f3f3f3f5168 |
EUC-JP | äÞ???Qh | 1000111110101011101000111000111110101001101100000011111100111111001111110101000101101000 | 8faba38fa9b03f3f3f5168 |
UTF-8 | äÞQh | 110000111010010011000011100111101100001010001001110000101000111111000010100011110101000101101000 | c3a4c39ec289c28fc28f5168 |
UHC | ?Þ???Qh | 0011111110101000101011010011111100111111001111110101000101101000 | 3fa8ad3f3f3f5168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)