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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 笋レ、^ | 11111001111100001110001010100010110110101010010001011110 | f9f0e2a2daa45e |
EUC-JP | ?笋レ、^ | 0011111111100100101001001000111011011010100011101010010001011110 | 3fe4a48eda8ea45e |
UTF-8 | 笋レ、^ | 11101110100111011000101111100111101011001000101111101111101111101001101011101111101111011010010001011110 | ee9d8be7ac8befbe9aefbda45e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)