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 | äí©å | 1110010011101101101010011110010110011000 | e4eda9e598 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | äí©å? | 10001111101010111010001110001111101010111011111110001111101000101110110110001111101010111010100100111111 | 8faba38fabbf8fa2ed8faba93f |
UTF-8 | äí©å | 11000011101001001100001110101101110000101010100111000011101001011100001010011000 | c3a4c3adc2a9c3a5c298 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)