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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ???沅? | 00111111001111110011111110001111110001101110100100111111 | 3f3f3f8fc6e93f |
UTF-8 | 掠뗪였沅싩 | 111011111010010110110101111010111001011110101010111011001001100010000000111001101011001010000101111011001000101110101001 | efa5b5eb97aaec9880e6b285ec8ba9 |
UHC | 掠뗪였沅싩 | 11100101101100011000101111101010101111111011010011101010101101101001101011100111 | e5b18beabfb4eab69ae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)