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 | OBOBB | 100100100100111110010010010000101001001001001111100100100100001001000010 | 924f9242924f924242 |
| SJIS-WIN | ?O?B?O?BB | 001111110100111100111111010000100011111101001111001111110100001001000010 | 3f4f3f423f4f3f4242 |
| EUC-JP | ?O?B?O?BB | 001111110100111100111111010000100011111101001111001111110100001001000010 | 3f4f3f423f4f3f4242 |
| UTF-8 | OBOBB | 11000010100100100100111111000010100100100100001011000010100100100100111111000010100100100100001001000010 | c2924fc29242c2924fc2924242 |
| UHC | ?O?B?O?BB | 001111110100111100111111010000100011111101001111001111110100001001000010 | 3f4f3f423f4f3f4242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)