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 | SIU}SIU{^ | 10010010010100111001001001001001010101010111110110010010010100111001001001001001010101010111101101011110 | 92539249557d92539249557b5e |
SJIS-WIN | ?S?IU}?S?IU{^ | 00111111010100110011111101001001010101010111110100111111010100110011111101001001010101010111101101011110 | 3f533f49557d3f533f49557b5e |
EUC-JP | ?S?IU}?S?IU{^ | 00111111010100110011111101001001010101010111110100111111010100110011111101001001010101010111101101011110 | 3f533f49557d3f533f49557b5e |
UTF-8 | SIU}SIU{^ | 1100001010010010010100111100001010010010010010010101010101111101110000101001001001010011110000101001001001001001010101010111101101011110 | c29253c29249557dc29253c29249557b5e |
UHC | ?S?IU}?S?IU{^ | 00111111010100110011111101001001010101010111110100111111010100110011111101001001010101010111101101011110 | 3f533f49557d3f533f49557b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)