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 | 謝治萇簧^ | 100011101101001110001110101000011110010011000111111000101100111001011110 | 8ed38ea1e4c7e2ce5e |
EUC-JP | 謝治萇簧^ | 101111001101010110111100101000111110100011001001111001001101000001011110 | bcd5bca3e8c9e4d05e |
UTF-8 | 謝治萇簧^ | 11101000101011001001110111100110101100101011101111101000100100001000011111100111101100001010011101011110 | e8ac9de6b2bbe89087e7b0a75e |
UHC | 謝治?簧^ | 1101111011110011111101101011110100111111111111001101011101011110 | def3f6bd3ffcd75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)