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@^ | 100100100100000001010010100100100100000001011110 | 92405292405e |
| SJIS-WIN | ?@R?@^ | 001111110100000001010010001111110100000001011110 | 3f40523f405e |
| EUC-JP | ?@R?@^ | 001111110100000001010010001111110100000001011110 | 3f40523f405e |
| UTF-8 | @R@^ | 1100001010010010010000000101001011000010100100100100000001011110 | c2924052c292405e |
| UHC | ?@R?@^ | 001111110100000001010010001111110100000001011110 | 3f40523f405e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)