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¦ | 1001001001010010100100011011001010010010010100101001000110100110 | 925291b2925291a6 |
SJIS-WIN | ?R???R?? | 0011111101010010001111110011111100111111010100100011111100111111 | 3f523f3f3f523f3f |
EUC-JP | ?R???R?¦ | 00111111010100100011111100111111001111110101001000111111100011111010001011000011 | 3f523f3f3f523f8fa2c3 |
UTF-8 | R²R¦ | 1100001010010010010100101100001010010001110000101011001011000010100100100101001011000010100100011100001010100110 | c29252c291c2b2c29252c291c2a6 |
UHC | ?R?²?R?? | 001111110101001000111111101010011111011100111111010100100011111100111111 | 3f523fa9f73f523f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)