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 | ???O | 00111111001111110011111101001111 | 3f3f3f4f |
| SJIS-WIN | 貎∫ルO | 11100110101111011000000111100111100000111000101101001111 | e6bd81e7838b4f |
| EUC-JP | 貎∫ルO | 11101100101111111010001011101001101001011110101101001111 | ecbfa2e9a5eb4f |
| UTF-8 | 貎∫ルO | 11101000101100101000111011100010100010001010101111100011100000111010101101001111 | e8b28ee288abe383ab4f |
| UHC | ?∫ルO | 001111111010000111110010101010111110101101001111 | 3fa1f2abeb4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)