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 | û½ñá | 111110111011110110001110101011011111000111100001 | fbbd8eadf1e1 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | û???ñá | 100011111010101111100101001111110011111100111111100011111010101111010000100011111010101110100001 | 8fabe53f3f3f8fabd08faba1 |
UTF-8 | û½ñá | 110000111011101111000010101111011100001010001110110000101010110111000011101100011100001110100001 | c3bbc2bdc28ec2adc3b1c3a1 |
UHC | ?½??? | 0011111110101000111101100011111110100001101010010011111100111111 | 3fa8f63fa1a93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)