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 | ׮ߧ | 11010111101011101101111110100111 | d7aedfa7 |
SJIS-WIN | ×??§ | 100000010111111000111111001111111000000110011000 | 817e3f3f8198 |
EUC-JP | ׮ߧ | 10100001110111111000111110100010111011101000111110101001110011101010000111111000 | a1df8fa2ee8fa9cea1f8 |
UTF-8 | ׮ߧ | 1100001110010111110000101010111011000011100111111100001010100111 | c397c2aec39fc2a7 |
UHC | ׮ߧ | 1010000110111111101000101110011110101001101011001010000111010111 | a1bfa2e7a9aca1d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)