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 | 邯壼ア枋^ | 1110011110110110100110101110010110110001100111100110001101011110 | e7b69ae5b19e635e |
EUC-JP | 邯壼ア枋^ | 111011101011100011010100111001111000111010110001110110111100010001011110 | eeb8d4e78eb1dbc45e |
UTF-8 | 邯壼ア枋^ | 11101001100000101010111111100101101000111011110011101111101111011011000111100110100111101000101101011110 | e982afe5a3bcefbdb1e69e8b5e |
UHC | 邯??枋^ | 11001010111110110011111100111111110110111011001101011110 | cafb3f3fdbb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)