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 | íäº | 111011011001110010010001111001001011101010000010 | ed9c91e4ba82 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | í??äº? | 100011111010101110111111001111110011111110001111101010111010001110001111101000101110101100111111 | 8fabbf3f3f8faba38fa2eb3f |
UTF-8 | íäº | 110000111010110111000010100111001100001010010001110000111010010011000010101110101100001010000010 | c3adc29cc291c3a4c2bac282 |
UHC | ????º? | 00111111001111110011111100111111101010001010110000111111 | 3f3f3f3fa8ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)