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 | ???V | 00111111001111110011111101010110 | 3f3f3f56 |
SJIS-WIN | 軟??V | 1001001111101110001111110011111101010110 | 93ee3f3f56 |
EUC-JP | 軟??V | 1100011011110000001111110011111101010110 | c6f03f3f56 |
UTF-8 | 軟쏙쫱V | 11101000101110111001111111101100100011111001100111101100101010111011000101010110 | e8bb9fec8f99ecabb156 |
UHC | 軟쏙쫱V | 11100110111000111011110111101111101001101000100101010110 | e6e3bdefa68956 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)