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²R¦R | 10010010010100101001000110110010100100100101001010010001101001101001001001010010 | 925291b2925291a69252 |
SJIS-WIN | ?R???R???R | 00111111010100100011111100111111001111110101001000111111001111110011111101010010 | 3f523f3f3f523f3f3f52 |
EUC-JP | ?R???R?¦?R | 001111110101001000111111001111110011111101010010001111111000111110100010110000110011111101010010 | 3f523f3f3f523f8fa2c33f52 |
UTF-8 | R²R¦R | 1100001010010010010100101100001010010001110000101011001011000010100100100101001011000010100100011100001010100110110000101001001001010010 | c29252c291c2b2c29252c291c2a6c29252 |
UHC | ?R?²?R???R | 0011111101010010001111111010100111110111001111110101001000111111001111110011111101010010 | 3f523fa9f73f523f3f3f52 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)