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 | þ}GHGL | 1001000111111110011111011001001001000111100100100100100010010010010001111001001001001100 | 91fe7d924792489247924c |
SJIS-WIN | ??}?G?H?G?L | 0011111100111111011111010011111101000111001111110100100000111111010001110011111101001100 | 3f3f7d3f473f483f473f4c |
EUC-JP | ?þ}?G?H?G?L | 00111111100011111010100111010000011111010011111101000111001111110100100000111111010001110011111101001100 | 3f8fa9d07d3f473f483f473f4c |
UTF-8 | þ}GHGL | 1100001010010001110000111011111001111101110000101001001001000111110000101001001001001000110000101001001001000111110000101001001001001100 | c291c3be7dc29247c29248c29247c2924c |
UHC | ?þ}?G?H?G?L | 001111111010100110101101011111010011111101000111001111110100100000111111010001110011111101001100 | 3fa9ad7d3f473f483f473f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)