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 | 10011111101110000011111100111111001111110011111101000110 | 9fb83f3f3f3f46 |
EUC-JP | 涅????F | 11011110101110100011111100111111001111110011111101000110 | deba3f3f3f3f46 |
UTF-8 | 涅뉖빑流줒F | 11100110101101101000010111101011100010011001011011101011101110011001000111101111101001111000101011101100101001001001001001000110 | e6b685eb8996ebb991efa78aeca49246 |
UHC | 涅뉖빑流줒F | 1110011011101110100001111110101110010101101101011110101011111100101000100100001001000110 | e6ee87eb95b5eafca24246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)