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íí | 11101101100110001001111101100110111011011001100010011000111011011001101010001001 | ed989f66ed9898ed9a89 |
SJIS-WIN | ???f?????? | 00111111001111110011111101100110001111110011111100111111001111110011111100111111 | 3f3f3f663f3f3f3f3f3f |
EUC-JP | í??fí??í?? | 10001111101010111011111100111111001111110110011010001111101010111011111100111111001111111000111110101011101111110011111100111111 | 8fabbf3f3f668fabbf3f3f8fabbf3f3f |
UTF-8 | ífíí | 11000011101011011100001010011000110000101001111101100110110000111010110111000010100110001100001010011000110000111010110111000010100110101100001010001001 | c3adc298c29f66c3adc298c298c3adc29ac289 |
UHC | ???f?????? | 00111111001111110011111101100110001111110011111100111111001111110011111100111111 | 3f3f3f663f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)