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´RB | 100100011011010010010010010100101001000110110100100100100101001001000010 | 91b4925291b4925242 |
SJIS-WIN | ?´?R?´?RB | 0011111110000001010011000011111101010010001111111000000101001100001111110101001001000010 | 3f814c3f523f814c3f5242 |
EUC-JP | ?´?R?´?RB | 0011111110100001101011010011111101010010001111111010000110101101001111110101001001000010 | 3fa1ad3f523fa1ad3f5242 |
UTF-8 | ´R´RB | 110000101001000111000010101101001100001010010010010100101100001010010001110000101011010011000010100100100101001001000010 | c291c2b4c29252c291c2b4c2925242 |
UHC | ?´?R?´?RB | 0011111110100010101001010011111101010010001111111010001010100101001111110101001001000010 | 3fa2a53f523fa2a53f5242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)