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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
EUC-JP | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
UTF-8 | 뿶갽쐒}뿶갽쐒{^ | 111010111011111110110110111010101011000010111101111011001001000010010010011111011110101110111111101101101110101010110000101111011110110010010000100100100111101101011110 | ebbfb6eab0bdec90927debbfb6eab0bdec90927b5e |
UHC | 뿶갽쐒}뿶갽쐒{^ | 100101111011011010000001011001101001110001110010011111011001011110110110100000010110011010011100011100100111101101011110 | 97b681669c727d97b681669c727b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)