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 | ꢰ¸Î | 11101010101000101000111010110000100011111011100011001110 | eaa28eb08fb8ce |
SJIS-WIN | ?¢?°??? | 001111111000000110010001001111111000000110001011001111110011111100111111 | 3f81913f818b3f3f3f |
EUC-JP | ê¢?°?¸Î | 100011111010101110110100101000011111000100111111101000011110101100111111100011111010001010110001100011111010101011000010 | 8fabb4a1f13fa1eb3f8fa2b18faac2 |
UTF-8 | ꢰ¸Î | 1100001110101010110000101010001011000010100011101100001010110000110000101000111111000010101110001100001110001110 | c3aac2a2c28ec2b0c28fc2b8c38e |
UHC | ???°?¸? | 001111110011111100111111101000011100011000111111101000101010110000111111 | 3f3f3fa1c63fa2ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)