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 | 건┢㎢}건┢㎢{^ | 111010101011000110110100111000101001010010100010111000111000111010100010011111011110101010110001101101001110001010010100101000101110001110001110101000100111101101011110 | eab1b4e294a2e38ea27deab1b4e294a2e38ea27b5e |
UHC | 건┢㎢}건┢㎢{^ | 101100001100011110100110110011001010011110110100011111011011000011000111101001101100110010100111101101000111101101011110 | b0c7a6cca7b47db0c7a6cca7b47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)