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 | 1000100101101010001111110011111101001111 | 896a3f3f4f |
| EUC-JP | 泳??O | 1011000111001011001111110011111101001111 | b1cb3f3f4f |
| UTF-8 | 泳뤹맮O | 11100110101100111011001111101011101001001011100111101011101001111010111001001111 | e6b3b3eba4b9eba7ae4f |
| UHC | 泳뤹맮O | 11100111101101101000111111100111100100001011010101001111 | e7b68fe790b54f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)