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 | æå©wh | 1110011010010000100011011110010110001111101010010111011101101000 | e6908de58fa97768 |
SJIS-WIN | ??????wh | 0011111100111111001111110011111100111111001111110111011101101000 | 3f3f3f3f3f3f7768 |
EUC-JP | æ??å?©wh | 1000111110101001110000010011111100111111100011111010101110101001001111111000111110100010111011010111011101101000 | 8fa9c13f3f8faba93f8fa2ed7768 |
UTF-8 | æå©wh | 1100001110100110110000101001000011000010100011011100001110100101110000101000111111000010101010010111011101101000 | c3a6c290c28dc3a5c28fc2a97768 |
UHC | æ?????wh | 101010011010000100111111001111110011111100111111001111110111011101101000 | a9a13f3f3f3f3f7768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)