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 | 111000111010111010000011100001001000111101010010 | e3ae83848f52 |
SJIS-WIN | ?????R | 001111110011111100111111001111110011111101010010 | 3f3f3f3f3f52 |
EUC-JP | ã®???R | 10001111101010111010101010001111101000101110111000111111001111110011111101010010 | 8fabaa8fa2ee3f3f3f52 |
UTF-8 | ã®R | 1100001110100011110000101010111011000010100000111100001010000100110000101000111101010010 | c3a3c2aec283c284c28f52 |
UHC | ?®???R | 00111111101000101110011100111111001111110011111101010010 | 3fa2e73f3f3f52 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)