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 | í§wí§wB | 111011011001100010100111011101111110110110011000101001110111011101000010 | ed98a777ed98a77742 |
SJIS-WIN | ??§w??§wB | 0011111100111111100000011001100001110111001111110011111110000001100110000111011101000010 | 3f3f8198773f3f81987742 |
EUC-JP | í?§wí?§wB | 100011111010101110111111001111111010000111111000011101111000111110101011101111110011111110100001111110000111011101000010 | 8fabbf3fa1f8778fabbf3fa1f87742 |
UTF-8 | í§wí§wB | 110000111010110111000010100110001100001010100111011101111100001110101101110000101001100011000010101001110111011101000010 | c3adc298c2a777c3adc298c2a77742 |
UHC | ??§w??§wB | 0011111100111111101000011101011101110111001111110011111110100001110101110111011101000010 | 3f3fa1d7773f3fa1d77742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)