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 | OYOYB | 100100100100111110010010010110011001001001001111100100100101100101000010 | 924f9259924f925942 |
| SJIS-WIN | ?O?Y?O?YB | 001111110100111100111111010110010011111101001111001111110101100101000010 | 3f4f3f593f4f3f5942 |
| EUC-JP | ?O?Y?O?YB | 001111110100111100111111010110010011111101001111001111110101100101000010 | 3f4f3f593f4f3f5942 |
| UTF-8 | OYOYB | 11000010100100100100111111000010100100100101100111000010100100100100111111000010100100100101100101000010 | c2924fc29259c2924fc2925942 |
| UHC | ?O?Y?O?YB | 001111110100111100111111010110010011111101001111001111110101100101000010 | 3f4f3f593f4f3f5942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)