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 | ????wF | 001111110011111100111111001111110111011101000110 | 3f3f3f3f7746 |
SJIS-WIN | 将蕷将。wF | 100011111010101111100101010100001000111110101011101000010111011101000110 | 8fabe5508faba17746 |
EUC-JP | 将蕷将。wF | 10111110101011011110100110110001101111101010110110001110101000010111011101000110 | beade9b1bead8ea17746 |
UTF-8 | 将蕷将。wF | 1110010110110000100001101110100010010101101101111110010110110000100001101110111110111101101000010111011101000110 | e5b086e895b7e5b086efbda17746 |
UHC | ????wF | 001111110011111100111111001111110111011101000110 | 3f3f3f3f7746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)