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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 自自^ | 111100011111101110001110101010011111000111111011100011101010100101011110 | f1fb8ea9f1fb8ea95e |
EUC-JP | ?自?自^ | 00111111101111001010101100111111101111001010101101011110 | 3fbcab3fbcab5e |
UTF-8 | 自自^ | 11101110100001011011011011101000100001111010101011101110100001011011011011101000100001111010101001011110 | ee85b6e887aaee85b6e887aa5e |
UHC | ?自?自^ | 00111111111011011011101100111111111011011011101101011110 | 3fedbb3fedbb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)