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 | 1000100101101001001111110011111110010111010010110011111101000110 | 89693f3f974b3f46 |
EUC-JP | 永??揖?F | 1011000111001010001111110011111111001101101011000011111101000110 | b1ca3f3fcdac3f46 |
UTF-8 | 永띠닂揖퀯F | 11100110101100001011100011101011100111011010000011101011100010111000001011100110100011111001011011101101100000001010111101000110 | e6b0b8eb9da0eb8b82e68f96ed80af46 |
UHC | 永띠닂揖퀯F | 1110011110110101101101101110110010001000100010111110101111100111101101000100001001000110 | e7b5b6ec888bebe7b44246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)