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 | ????§ | 0011111100111111001111110011111110100111 | 3f3f3f3fa7 |
SJIS-WIN | 邀・髴朱§ | 111001111011000110100101111010011001110010001110111010011000000110011000 | e7b1a5e99c8ee98198 |
EUC-JP | 邀・髴朱§ | 11101110101100111000111010100101111100011111110010111100111010111010000111111000 | eeb38ea5f1fcbceba1f8 |
UTF-8 | 邀・髴朱§ | 1110100110000010100000001110111110111101101001011110100110101011101101001110011010011100101100011100001010100111 | e98280efbda5e9abb4e69cb1c2a7 |
UHC | 邀??朱§ | 1110100110101101001111110011111111110001101110011010000111010111 | e9ad3f3ff1b9a1d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)