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 | PO | 10010010010100001001001001001111 | 9250924f |
| SJIS-WIN | ?P?O | 00111111010100000011111101001111 | 3f503f4f |
| EUC-JP | ?P?O | 00111111010100000011111101001111 | 3f503f4f |
| UTF-8 | PO | 110000101001001001010000110000101001001001001111 | c29250c2924f |
| UHC | ?P?O | 00111111010100000011111101001111 | 3f503f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)