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 | ðû±§ | 11110000111110111011000110100111 | f0fbb1a7 |
SJIS-WIN | ??±§ | 001111110011111110000001011111011000000110011000 | 3f3f817d8198 |
EUC-JP | ðû±§ | 10001111101010011100001110001111101010111110010110100001110111101010000111111000 | 8fa9c38fabe5a1dea1f8 |
UTF-8 | ðû±§ | 1100001110110000110000111011101111000010101100011100001010100111 | c3b0c3bbc2b1c2a7 |
UHC | � | 10101001101000110011111110100001101111101010000111010111 | a9a33fa1bea1d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)