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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邀、髮墓イ | 1110011110110001101001001110100110011011100101011110011010110010 | e7b1a4e99b95e6b2 |
EUC-JP | 邀、髮墓イ | 11101110101100111000111010100100111100011111101111001010111010001000111010110010 | eeb38ea4f1fbcae88eb2 |
UTF-8 | 邀、髮墓イ | 111010011000001010000000111011111011110110100100111010011010101110101110111001011010001010010011111011111011110110110010 | e98280efbda4e9abaee5a293efbdb2 |
UHC | 邀?髮墓? | 1110100110101101001111111101101110100101110110011101011100111111 | e9ad3fdba5d9d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)