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 | ?????H | 001111110011111100111111001111110011111101001000 | 3f3f3f3f3f48 |
SJIS-WIN | 隹ソ谿顔横H | 11101000101100001011111111100110101011101000101011100111100010011010000101001000 | e8b0bfe6ae8ae789a148 |
EUC-JP | 隹ソ谿顔横H | 1111000010110010100011101011111111101100101100001011010011101001101100101010001101001000 | f0b28ebfecb0b4e9b2a348 |
UTF-8 | 隹ソ谿顔横H | 11101001100110101011100111101111101111011011111111101000101100001011111111101001101000011001010011100110101010001010101001001000 | e99ab9efbdbfe8b0bfe9a194e6a8aa48 |
UHC | ??谿顔?H | 0011111100111111110011011010110011100100110101000011111101001000 | 3f3fcdace4d43f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)