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 | û½Rñá | 11111011101111011000111010101101010100101111000111100001 | fbbd8ead52f1e1 |
SJIS-WIN | ????R?? | 00111111001111110011111100111111010100100011111100111111 | 3f3f3f3f523f3f |
EUC-JP | û???Rñá | 10001111101010111110010100111111001111110011111101010010100011111010101111010000100011111010101110100001 | 8fabe53f3f3f528fabd08faba1 |
UTF-8 | û½Rñá | 11000011101110111100001010111101110000101000111011000010101011010101001011000011101100011100001110100001 | c3bbc2bdc28ec2ad52c3b1c3a1 |
UHC | ?½?R?? | 001111111010100011110110001111111010000110101001010100100011111100111111 | 3fa8f63fa1a9523f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)