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^ | 1110010110111110101010101110100010011111101011000110010101011110 | e5beaae89fac655e |
EUC-JP | 蠕ェ陝ャe^ | 11101010110000001000111010101010111100001010000110001110101011000110010101011110 | eac08eaaf0a18eac655e |
UTF-8 | 蠕ェ陝ャe^ | 1110100010100000100101011110111110111101101010101110100110011001100111011110111110111101101011000110010101011110 | e8a095efbdaae9999defbdac655e |
UHC | ??陝?e^ | 00111111001111111110000011101101001111110110010101011110 | 3f3fe0ed3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)