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 | ?[?[^ | 0011111101011011001111110101101101011110 | 3f5b3f5b5e |
SJIS-WIN | 條[條[^ | 10011110100010100101101110011110100010100101101101011110 | 9e8a5b9e8a5b5e |
EUC-JP | 條[條[^ | 11011011111010100101101111011011111010100101101101011110 | dbea5bdbea5b5e |
UTF-8 | 條[條[^ | 111001101010001010011101010110111110011010100010100111010101101101011110 | e6a29d5be6a29d5b5e |
UHC | 條[條[^ | 11110000110010010101101111110000110010010101101101011110 | f0c95bf0c95b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)