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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??揖?齬 | 00111111001111111001011101001011001111111110101010010111 | 3f3f974b3fea97 |
EUC-JP | 珽?揖?齬 | 100011111100101111111110001111111100110110101100001111111111001111110111 | 8fcbfe3fcdac3ff3f7 |
UTF-8 | 珽렩揖렧齬 | 111001111000111110111101111010111010000010101001111001101000111110010110111010111010000010100111111010011011110110101100 | e78fbdeba0a9e68f96eba0a7e9bdac |
UHC | 珽렩揖렧齬 | 11101111111010101000111010110111111010111110011110001110101101101110010111100001 | efea8eb7ebe78eb6e5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)