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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 閼ア蟄俶クャ^ | 11101000100001001011000111100101101011011001100011100110101110001010110001011110 | e884b1e5ad98e6b8ac5e |
EUC-JP | 閼ア蟄俶クャ^ | 11101111111001001000111010110001111010101010111111010000111010001000111010111000100011101010110001011110 | efe48eb1eaafd0e88eb88eac5e |
UTF-8 | 閼ア蟄俶クャ^ | 11101001100101101011110011101111101111011011000111101000100111111000010011100100101111111011011011101111101111011011100011101111101111011010110001011110 | e996bcefbdb1e89f84e4bfb6efbdb8efbdac5e |
UHC | 閼?蟄???^ | 111001001101100100111111111101101101111000111111001111110011111101011110 | e4d93ff6de3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)