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 | 100011111011101111011110111010001011011101000110 | 8fbbdee8b746 |
SJIS-WIN | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
EUC-JP | ??Þè?F | 00111111001111111000111110101001101100001000111110101011101100100011111101000110 | 3f3f8fa9b08fabb23f46 |
UTF-8 | »Þè·F | 1100001010001111110000101011101111000011100111101100001110101000110000101011011101000110 | c28fc2bbc39ec3a8c2b746 |
UHC | ??Þ?·F | 0011111100111111101010001010110100111111101000011010010001000110 | 3f3fa8ad3fa1a446 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)