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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 釣?攻? | 100100101101111000111111100011010101010100111111 | 92de3f8d553f |
EUC-JP | 釣?攻? | 110001001110000000111111101110011011011000111111 | c4e03fb9b63f |
UTF-8 | 釣면攻뤯 | 111010011000011110100011111010111010100110110100111001101001010010111011111010111010010010101111 | e987a3eba9b4e694bbeba4af |
UHC | 釣면攻뤯 | 1111000011100101101110001110100111001101111101001000111111011101 | f0e5b8e9cdf48fdd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)