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 | å³}å³{^ | 100011111110010110110011011111011000111111100101101100110111101101011110 | 8fe5b37d8fe5b37b5e |
SJIS-WIN | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
EUC-JP | ?å?}?å?{^ | 00111111100011111010101110101001001111110111110100111111100011111010101110101001001111110111101101011110 | 3f8faba93f7d3f8faba93f7b5e |
UTF-8 | å³}å³{^ | 110000101000111111000011101001011100001010110011011111011100001010001111110000111010010111000010101100110111101101011110 | c28fc3a5c2b37dc28fc3a5c2b37b5e |
UHC | ??³}??³{^ | 0011111100111111101010011111100001111101001111110011111110101001111110000111101101011110 | 3f3fa9f87d3f3fa9f87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)