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 | 1001100011010001001111110011111100111111001111110011111101001111 | 98d13f3f3f3f3f4f |
| EUC-JP | 佯?????O | 1101000011010011001111110011111100111111001111110011111101001111 | d0d33f3f3f3f3f4f |
| UTF-8 | 佯뺟탢溜쒕젲O | 11100100101111011010111111101011101110101001111111101101100000111010001011101111101001111000101111101100100100101001010111101100101000001011001001001111 | e4bdafebba9fed83a2efa78bec9295eca0b24f |
| UHC | 佯뺟탢溜쒕젲O | 11100101101110101001010111100111101101011000010111101010111111101001110011101011101000001010011001001111 | e5ba95e7b585eafe9ceba0a64f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)