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 | 邀・陟門」/ | 11100111101100011010010111101000101000001001011011100101101000111000000101011110 | e7b1a5e8a096e5a3815e |
EUC-JP | 邀・陟門」/ | 111011101011001110001110101001011111000010100010110011001110011110001110101000111010000110111111 | eeb38ea5f0a2cce78ea3a1bf |
UTF-8 | 邀・陟門」/ | 111010011000001010000000111011111011110110100101111010011001100110011111111010011001011010000000111011111011110110100011111011111011110010001111 | e98280efbda5e9999fe99680efbda3efbc8f |
UHC | 邀?陟門?/ | 11101001101011010011111111110100101100111101101010100110001111111010001110101111 | e9ad3ff4b3daa63fa3af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)