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 | ¡ßï« | 100011101010000111011111111011111000111010101011 | 8ea1dfef8eab |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?¡ßï?? | 001111111000111110100010110000101000111110101001110011101000111110101011110000010011111100111111 | 3f8fa2c28fa9ce8fabc13f3f |
UTF-8 | ¡ßï« | 110000101000111011000010101000011100001110011111110000111010111111000010100011101100001010101011 | c28ec2a1c39fc3afc28ec2ab |
UHC | ?¡ß??? | 0011111110100010101011101010100110101100001111110011111100111111 | 3fa2aea9ac3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)