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 | ةǺ^ | 110110001010100110001111110001111011101001011110 | d8a98fc7ba5e |
SJIS-WIN | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
EUC-JP | ة?Ǻ^ | 1000111110101001101011001000111110100010111011010011111110001111101010101010111010001111101000101110101101011110 | 8fa9ac8fa2ed3f8faaae8fa2eb5e |
UTF-8 | ةǺ^ | 1100001110011000110000101010100111000010100011111100001110000111110000101011101001011110 | c398c2a9c28fc387c2ba5e |
UHC | Ø???º^ | 1010100010101010001111110011111100111111101010001010110001011110 | a8aa3f3f3fa8ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)