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 | 邀・鬣帝§ | 111001111011000110100101111010011010010110010010111010011000000110011000 | e7b1a5e9a592e98198 |
EUC-JP | 邀・鬣帝§ | 11101110101100111000111010100101111100101010011111000100111010111010000111111000 | eeb38ea5f2a7c4eba1f8 |
UTF-8 | 邀・鬣帝§ | 1110100110000010100000001110111110111101101001011110100110101100101000111110010110111000100111011100001010100111 | e98280efbda5e9aca3e5b89dc2a7 |
UHC | 邀??帝§ | 1110100110101101001111110011111111110000101010001010000111010111 | e9ad3f3ff0a8a1d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)