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 | 歷㏆슐邀롳슐^ | 11101111101001101000110011100011100011111000011011101100100010101001000011101001100000101000000011101011101000011011001111101100100010101001000001011110 | efa68ce38f86ec8a90e98280eba1b3ec8a905e |
UHC | 歷㏆슐邀롳슐^ | 11100110101110001010011111101111101111011011011011101001101011011000111011101111101111011011011001011110 | e6b8a7efbdb6e9ad8eefbdb65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)