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 | äºë ^e^ | 111001001011101010010000111010111010000010010101010111100110010101011110 | e4ba90eba0955e655e |
SJIS-WIN | ??????^e^ | 001111110011111100111111001111110011111100111111010111100110010101011110 | 3f3f3f3f3f3f5e655e |
EUC-JP | äº?ë??^e^ | 100011111010101110100011100011111010001011101011001111111000111110101011101100110011111100111111010111100110010101011110 | 8faba38fa2eb3f8fabb33f3f5e655e |
UTF-8 | äºë ^e^ | 110000111010010011000010101110101100001010010000110000111010101111000010101000001100001010010101010111100110010101011110 | c3a4c2bac290c3abc2a0c2955e655e |
UHC | ?º????^e^ | 00111111101010001010110000111111001111110011111100111111010111100110010101011110 | 3fa8ac3f3f3f3f5e655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)