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 | ×Ìè§ | 11010111110011001110100010100111 | d7cce8a7 |
SJIS-WIN | ×??§ | 100000010111111000111111001111111000000110011000 | 817e3f3f8198 |
EUC-JP | ×Ìè§ | 10100001110111111000111110101010110000001000111110101011101100101010000111111000 | a1df8faac08fabb2a1f8 |
UTF-8 | ×Ìè§ | 1100001110010111110000111000110011000011101010001100001010100111 | c397c38cc3a8c2a7 |
UHC | ×??§ | 101000011011111100111111001111111010000111010111 | a1bf3f3fa1d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)