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 | 00111111001111110011111100111111001111110011111101001111 | 3f3f3f3f3f3f4f |
| SJIS-WIN | ??????O | 00111111001111110011111100111111001111110011111101001111 | 3f3f3f3f3f3f4f |
| EUC-JP | ??????O | 00111111001111110011111100111111001111110011111101001111 | 3f3f3f3f3f3f4f |
| UTF-8 | 凉듬젾黎곷젎O | 11101111101001011011100111101011100100111010110011101100101000001011111011101111101001101000100111101010101100111011011111101100101000001000111001001111 | efa5b9eb93aceca0beefa689eab3b7eca08e4f |
| UHC | 凉듬젾黎곷젎O | 11100101101111001011010111101011101000001011000011100110101100011000000111101011101000001000111101001111 | e5bcb5eba0b0e6b181eba08f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)