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 | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-WIN | 鉙叱澈疾e^ | 11111011110010001000111010110110111110110100101110001110101111100110010101011110 | fbc88eb6fb4b8ebe655e |
EUC-JP | 鉙叱澈疾e^ | 100011111110001111100011101111001011100010001111110010001110010110111100110000000110010101011110 | 8fe3e3bcb88fc8e5bcc0655e |
UTF-8 | 鉙叱澈疾e^ | 1110100110001001100110011110010110001111101100011110011010111110100010001110011110010110101111100110010101011110 | e98999e58fb1e6be88e796be655e |
UHC | ?叱澈疾e^ | 001111111111001011101010111101001100110111110010111100000110010101011110 | 3ff2eaf4cdf2f0655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)