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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 永??鍮?F | 1000100101101001001111110011111111101000010010100011111101000110 | 89693f3fe84a3f46 |
EUC-JP | 永??鍮?F | 1011000111001010001111110011111111101111101010110011111101000110 | b1ca3f3fefab3f46 |
UTF-8 | 永띠떓鍮덨F | 11100110101100001011100011101011100111011010000011101011100101101001001111101001100011011010111011101011100011011010100001000110 | e6b0b8eb9da0eb9693e98daeeb8da846 |
UHC | 永띠떓鍮덨F | 1110011110110101101101101110110010001011101010011110101110111001100010010100001001000110 | e7b5b6ec8ba9ebb9894246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)