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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 豁ェ遽ゥ阨ェ | 111001101010110110101010111001111010111110101001111010001001010110101010 | e6adaae7afa9e895aa |
EUC-JP | 豁ェ遽ゥ阨ェ | 111011001010111110001110101010101110111010110001100011101010100111101111111101011000111010101010 | ecaf8eaaeeb18ea9eff58eaa |
UTF-8 | 豁ェ遽ゥ阨ェ | 111010001011000110000001111011111011110110101010111010011000000110111101111011111011110110101001111010011001100010101000111011111011110110101010 | e8b181efbdaae981bdefbda9e998a8efbdaa |
UHC | 豁?遽??? | 1111110011000011001111111100101111101000001111110011111100111111 | fcc33fcbe83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)