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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 軟?h軟? | 10010011111011100011111101101000100100111110111000111111 | 93ee3f6893ee3f |
EUC-JP | 軟?h軟? | 11000110111100000011111101101000110001101111000000111111 | c6f03f68c6f03f |
UTF-8 | 軟촍h軟촍 | 11101000101110111001111111101100101101001000110101101000111010001011101110011111111011001011010010001101 | e8bb9fecb48d68e8bb9fecb48d |
UHC | 軟촍h軟촍 | 111001101110001110101100010011000110100011100110111000111010110001001100 | e6e3ac4c68e6e3ac4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)