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 | çfâçfâ^ | 111001110110011010011111111000101110011101100110100111111110001001011110 | e7669fe2e7669fe25e |
SJIS-WIN | ?f???f??^ | 001111110110011000111111001111110011111101100110001111110011111101011110 | 3f663f3f3f663f3f5e |
EUC-JP | çf?âçf?â^ | 1000111110101011101011100110011000111111100011111010101110100100100011111010101110101110011001100011111110001111101010111010010001011110 | 8fabae663f8faba48fabae663f8faba45e |
UTF-8 | çfâçfâ^ | 110000111010011101100110110000101001111111000011101000101100001110100111011001101100001010011111110000111010001001011110 | c3a766c29fc3a2c3a766c29fc3a25e |
UHC | ?f???f??^ | 001111110110011000111111001111110011111101100110001111110011111101011110 | 3f663f3f3f663f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)