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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 軟??型?B | 1001001111101110001111110011111110001100010111100011111101000010 | 93ee3f3f8c5e3f42 |
EUC-JP | 軟??型?B | 1100011011110000001111110011111110110111101111110011111101000010 | c6f03f3fb7bf3f42 |
UTF-8 | 軟쒘궧型퇺B | 11101000101110111001111111101100100100101001100011101010101101101010011111100101100111101000101111101101100001111011101001000010 | e8bb9fec9298eab6a7e59e8bed87ba42 |
UHC | 軟쒘궧型퇺B | 1110011011100011100111001110111010000010101110011111101011111110101110000110111001000010 | e6e39cee82b9fafeb86e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)