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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 偲エト嫉^ | 10001110110000111011010011000100100011101011100101011110 | 8ec3b4c48eb95e |
EUC-JP | 偲エト嫉^ | 101111001100010110001110101101001000111011000100101111001011101101011110 | bcc58eb48ec4bcbb5e |
UTF-8 | 偲エト嫉^ | 11100101100000011011001011101111101111011011010011101111101111101000010011100101101010111000100101011110 | e581b2efbdb4efbe84e5ab895e |
UHC | ???嫉^ | 001111110011111100111111111100101110110001011110 | 3f3f3ff2ec5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)