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 | ?????GzF | 0011111100111111001111110011111100111111010001110111101001000110 | 3f3f3f3f3f477a46 |
SJIS-WIN | 乙??至?GzF | 10001001101100110011111100111111100011101000101000111111010001110111101001000110 | 89b33f3f8e8a3f477a46 |
EUC-JP | 乙??至?GzF | 10110010101101010011111100111111101110111110101000111111010001110111101001000110 | b2b53f3fbbea3f477a46 |
UTF-8 | 乙재헬至렭GzF | 111001001011100110011001111011001001111010101100111011011001011110101100111010001000011110110011111010111010000010101101010001110111101001000110 | e4b999ec9eaced97ace887b3eba0ad477a46 |
UHC | 乙재헬至렭GzF | 11101011111000001100000011100111110001111110111111110010101110001000111010111010010001110111101001000110 | ebe0c0e7c7eff2b88eba477a46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)