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 | MRMRB | 100000010100110110000001010100101000000101001101100000010101001001000010 | 814d8152814d815242 |
| SJIS-WIN | ?M?R?M?RB | 001111110100110100111111010100100011111101001101001111110101001001000010 | 3f4d3f523f4d3f5242 |
| EUC-JP | ?M?R?M?RB | 001111110100110100111111010100100011111101001101001111110101001001000010 | 3f4d3f523f4d3f5242 |
| UTF-8 | MRMRB | 11000010100000010100110111000010100000010101001011000010100000010100110111000010100000010101001001000010 | c2814dc28152c2814dc2815242 |
| UHC | ?M?R?M?RB | 001111110100110100111111010100100011111101001101001111110101001001000010 | 3f4d3f523f4d3f5242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)