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 | ×®îÖ¦£ | 110101111010111011101110110101101010011010100011 | d7aeeed6a6a3 |
SJIS-WIN | ×????£ | 1000000101111110001111110011111100111111001111111000000110010010 | 817e3f3f3f3f8192 |
EUC-JP | ×®îÖ¦£ | 10100001110111111000111110100010111011101000111110101011110000101000111110101010110100111000111110100010110000111010000111110010 | a1df8fa2ee8fabc28faad38fa2c3a1f2 |
UTF-8 | ×®îÖ¦£ | 110000111001011111000010101011101100001110101110110000111001011011000010101001101100001010100011 | c397c2aec3aec396c2a6c2a3 |
UHC | ×®???? | 1010000110111111101000101110011100111111001111110011111100111111 | a1bfa2e73f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)