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 | ׮ߤ | 110101111010111010001110110111111000111010100100 | d7ae8edf8ea4 |
SJIS-WIN | ×????? | 10000001011111100011111100111111001111110011111100111111 | 817e3f3f3f3f3f |
EUC-JP | ×®?ß?¤ | 10100001110111111000111110100010111011100011111110001111101010011100111000111111100011111010001011110000 | a1df8fa2ee3f8fa9ce3f8fa2f0 |
UTF-8 | ׮ߤ | 110000111001011111000010101011101100001010001110110000111001111111000010100011101100001010100100 | c397c2aec28ec39fc28ec2a4 |
UHC | ×®?ß?¤ | 10100001101111111010001011100111001111111010100110101100001111111010001010110100 | a1bfa2e73fa9ac3fa2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)