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²PB | 1001001001010010100100011011001010010010010100001001001001000010 | 925291b292509242 |
| SJIS-WIN | ?R???P?B | 0011111101010010001111110011111100111111010100000011111101000010 | 3f523f3f3f503f42 |
| EUC-JP | ?R???P?B | 0011111101010010001111110011111100111111010100000011111101000010 | 3f523f3f3f503f42 |
| UTF-8 | R²PB | 11000010100100100101001011000010100100011100001010110010110000101001001001010000110000101001001001000010 | c29252c291c2b2c29250c29242 |
| UHC | ?R?²?P?B | 001111110101001000111111101010011111011100111111010100000011111101000010 | 3f523fa9f73f503f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)