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 | ÂÁ®x | 1000111011000010110000011010111001111000 | 8ec2c1ae78 |
SJIS-WIN | ????x | 0011111100111111001111110011111101111000 | 3f3f3f3f78 |
EUC-JP | ?ÂÁ®x | 0011111110001111101010101010010010001111101010101010000110001111101000101110111001111000 | 3f8faaa48faaa18fa2ee78 |
UTF-8 | ÂÁ®x | 110000101000111011000011100000101100001110000001110000101010111001111000 | c28ec382c381c2ae78 |
UHC | ???®x | 001111110011111100111111101000101110011101111000 | 3f3f3fa2e778 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)