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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 逍躯匐 | 111001111001011010001011111010111001100110110100 | e7968beb99b4 |
EUC-JP | 逍躯匐 | 111011011111011010110110111011011101001010110110 | edf6b6edd2b6 |
UTF-8 | 逍躯匐 | 111010011000000010001101111010001011101010101111111001011000110010010000 | e9808de8baafe58c90 |
UHC | 逍?匐 | 1110000111001110001111111101110011010011 | e1ce3fdcd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)