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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | セ謗ソ湿鹿\ | 101111101110011010001110101111111000111010111100100011101010110101011100 | bee68ebf8ebc8ead5c |
EUC-JP | セ謗ソ湿鹿\ | 1000111010111110111010111110111010001110101111111011110010111110101111001010111101011100 | 8ebeebee8ebfbcbebcaf5c |
UTF-8 | セ謗ソ湿鹿\ | 11101111101111011011111011101000101011001001011111101111101111011011111111100110101110011011111111101001101110011011111101011100 | efbdbee8ac97efbdbfe6b9bfe9b9bf5c |
UHC | ?謗??鹿\ | 0011111111011011101111110011111100111111110101101110001101011100 | 3fdbbf3f3fd6e35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)