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 | çBå£ | 11100111100111101010110101000010111001011010001110000001 | e79ead42e5a381 |
SJIS-WIN | ???B?£? | 0011111100111111001111110100001000111111100000011001001000111111 | 3f3f3f423f81923f |
EUC-JP | ç??Bå£? | 100011111010101110101110001111110011111101000010100011111010101110101001101000011111001000111111 | 8fabae3f3f428faba9a1f23f |
UTF-8 | çBå£ | 11000011101001111100001010011110110000101010110101000010110000111010010111000010101000111100001010000001 | c3a7c29ec2ad42c3a5c2a3c281 |
UHC | ??B??? | 0011111100111111101000011010100101000010001111110011111100111111 | 3f3fa1a9423f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)