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 | ï¾Î´ÎµÎ | 1110111110111110100000111100111010110100110011101011010111001110 | efbe83ceb4ceb5ce |
SJIS-WIN | ????´??? | 001111110011111100111111001111111000000101001100001111110011111100111111 | 3f3f3f3f814c3f3f3f |
EUC-JP | ï??δÎ?Î | 1000111110101011110000010011111100111111100011111010101011000010101000011010110110001111101010101100001000111111100011111010101011000010 | 8fabc13f3f8faac2a1ad8faac23f8faac2 |
UTF-8 | ï¾Î´ÎµÎ | 11000011101011111100001010111110110000101000001111000011100011101100001010110100110000111000111011000010101101011100001110001110 | c3afc2bec283c38ec2b4c38ec2b5c38e |
UHC | ?¾??´??? | 00111111101010001111101000111111001111111010001010100101001111110011111100111111 | 3fa8fa3f3fa2a53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)