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 | 100110000110000010000001101010100011111110011101100010010011111101000110 | 986081aa3f9d893f46 |
EUC-JP | 倭↑?揄?F | 110011111100000110100010101011000011111111011001111010010011111101000110 | cfc1a2ac3fd9e93f46 |
UTF-8 | 倭↑쨶揄퇑F | 11100101100000001010110111100010100001101001000111101100101010001011011011100110100011111000010011101101100001111001000101000110 | e580ade28691eca8b6e68f84ed879146 |
UHC | 倭↑쨶揄퇑F | 1110100011011110101000011110100010100100100100001110101011110001101110000100001001000110 | e8dea1e8a490eaf1b84246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)