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 | ïò»¸ü | 11101111111100101000111010111011100011111011100011111100 | eff28ebb8fb8fc |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ïò???¸ü | 100011111010101111000001100011111010101111010010001111110011111100111111100011111010001010110001100011111010101111100100 | 8fabc18fabd23f3f3f8fa2b18fabe4 |
UTF-8 | ïò»¸ü | 1100001110101111110000111011001011000010100011101100001010111011110000101000111111000010101110001100001110111100 | c3afc3b2c28ec2bbc28fc2b8c3bc |
UHC | ?????¸? | 0011111100111111001111110011111100111111101000101010110000111111 | 3f3f3f3f3fa2ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)