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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 嘲?砥 | 1001101001111101001111111001001101110101 | 9a7d3f9375 |
EUC-JP | 嘲?砥 | 1101001111011110001111111100010111010110 | d3de3fc5d6 |
UTF-8 | 嘲렋砥 | 111001011001100010110010111010111010000010001011111001111010000010100101 | e598b2eba08be7a0a5 |
UHC | 嘲렋砥 | 111100001011111110001110101000101111001010110010 | f0bf8ea2f2b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)