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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 邀????^ | 11100111101100010011111100111111001111110011111101011110 | e7b13f3f3f3f5e |
EUC-JP | 邀??璵?^ | 111011101011001100111111001111111000111111001100111001100011111101011110 | eeb33f3f8fcce63f5e |
UTF-8 | 邀꾢넇璵봢^ | 11101001100000101000000011101010101111101010001011101011100001001000011111100111100100101011010111101011101101001010001001011110 | e98280eabea2eb8487e792b5ebb4a25e |
UHC | 邀꾢넇璵봢^ | 1110100110101101100001001110010110000110100101111110011010100101100101000110010101011110 | e9ad84e58697e6a594655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)