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 | ????d | 0011111100111111001111110011111101100100 | 3f3f3f3f64 |
SJIS-WIN | 邀・迥畜d | 1110011110110001101001011110011110001010100100100111101101100100 | e7b1a5e78a927b64 |
EUC-JP | 邀・迥畜d | 111011101011001110001110101001011110110111101010110000111101110001100100 | eeb38ea5edeac3dc64 |
UTF-8 | 邀・迥畜d | 11101001100000101000000011101111101111011010010111101000101111111010010111100111100101011001110001100100 | e98280efbda5e8bfa5e7959c64 |
UHC | 邀??畜d | 11101001101011010011111100111111111101011110010101100100 | e9ad3f3ff5e564 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)