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 | 111000101001100010011111110100001110001001100101 | e2989fd0e265 |
SJIS-WIN | ?????e | 001111110011111100111111001111110011111101100101 | 3f3f3f3f3f65 |
EUC-JP | â???âe | 10001111101010111010010000111111001111110011111110001111101010111010010001100101 | 8faba43f3f3f8faba465 |
UTF-8 | âÐâe | 1100001110100010110000101001100011000010100111111100001110010000110000111010001001100101 | c3a2c298c29fc390c3a265 |
UHC | ???Ð?e | 00111111001111110011111110101000101000100011111101100101 | 3f3f3fa8a23f65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)