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 | þ}GL | 10010001111111100111110110010010010001111001001001001100 | 91fe7d9247924c |
SJIS-WIN | ??}?G?L | 00111111001111110111110100111111010001110011111101001100 | 3f3f7d3f473f4c |
EUC-JP | ?þ}?G?L | 001111111000111110101001110100000111110100111111010001110011111101001100 | 3f8fa9d07d3f473f4c |
UTF-8 | þ}GL | 1100001010010001110000111011111001111101110000101001001001000111110000101001001001001100 | c291c3be7dc29247c2924c |
UHC | ?þ}?G?L | 0011111110101001101011010111110100111111010001110011111101001100 | 3fa9ad7d3f473f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)