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 | ¡ßï« | 10001110101000011101111111101111100011101010101110001110 | 8ea1dfef8eab8e |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ?¡ßï??? | 00111111100011111010001011000010100011111010100111001110100011111010101111000001001111110011111100111111 | 3f8fa2c28fa9ce8fabc13f3f3f |
UTF-8 | ¡ßï« | 1100001010001110110000101010000111000011100111111100001110101111110000101000111011000010101010111100001010001110 | c28ec2a1c39fc3afc28ec2abc28e |
UHC | ?¡ß???? | 001111111010001010101110101010011010110000111111001111110011111100111111 | 3fa2aea9ac3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)