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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ネ謗クワ | 11110000111100001100100011100110100011101011100011011100 | f0f0c8e68eb8dc |
EUC-JP | ?ネ謗クワ | 001111111000111011001000111010111110111010001110101110001000111011011100 | 3f8ec8ebee8eb88edc |
UTF-8 | ネ謗クワ | 111011101000001010101111111011111011111010001000111010001010110010010111111011111011110110111000111011111011111010011100 | ee82afefbe88e8ac97efbdb8efbe9c |
UHC | ??謗?? | 001111110011111111011011101111110011111100111111 | 3f3fdbbf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)