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 | RSê¢ | 1000101001010010100000111000100110000011010100111110101010100010 | 8a5283898353eaa2 |
SJIS-WIN | ?R???S?¢ | 001111110101001000111111001111110011111101010011001111111000000110010001 | 3f523f3f3f533f8191 |
EUC-JP | ?R???Sê¢ | 0011111101010010001111110011111100111111010100111000111110101011101101001010000111110001 | 3f523f3f3f538fabb4a1f1 |
UTF-8 | RSê¢ | 1100001010001010010100101100001010000011110000101000100111000010100000110101001111000011101010101100001010100010 | c28a52c283c289c28353c3aac2a2 |
UHC | ?R???S?? | 0011111101010010001111110011111100111111010100110011111100111111 | 3f523f3f3f533f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)