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 | YWU}YWU{^ | 10010010010110011001001001010111010101010111110110010010010110011001001001010111010101010111101101011110 | 92599257557d92599257557b5e |
SJIS-WIN | ?Y?WU}?Y?WU{^ | 00111111010110010011111101010111010101010111110100111111010110010011111101010111010101010111101101011110 | 3f593f57557d3f593f57557b5e |
EUC-JP | ?Y?WU}?Y?WU{^ | 00111111010110010011111101010111010101010111110100111111010110010011111101010111010101010111101101011110 | 3f593f57557d3f593f57557b5e |
UTF-8 | YWU}YWU{^ | 1100001010010010010110011100001010010010010101110101010101111101110000101001001001011001110000101001001001010111010101010111101101011110 | c29259c29257557dc29259c29257557b5e |
UHC | ?Y?WU}?Y?WU{^ | 00111111010110010011111101010111010101010111110100111111010110010011111101010111010101010111101101011110 | 3f593f57557d3f593f57557b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)