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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ???邀??^ | 0011111100111111001111111110011110110001001111110011111101011110 | 3f3f3fe7b13f3f5e |
EUC-JP | ???邀??^ | 0011111100111111001111111110111010110011001111110011111101011110 | 3f3f3feeb33f3f5e |
UTF-8 | 僚㏆풐邀륅푳^ | 11101111101001101011101111100011100011111000011011101101100100101001000011101001100000101000000011101011101001011000010111101101100100011011001101011110 | efa6bbe38f86ed9290e98280eba585ed91b35e |
UHC | 僚㏆풐邀륅푳^ | 11101000111010001010011111101111101111101001010011101001101011011000111111101111101111101000000101011110 | e8e8a7efbe94e9ad8fefbe815e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)