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 | í³uí³uB | 111011011001100010110011011101011110110110011000101100110111010101000010 | ed98b375ed98b37542 |
SJIS-WIN | ???u???uB | 001111110011111100111111011101010011111100111111001111110111010101000010 | 3f3f3f753f3f3f7542 |
EUC-JP | í??uí??uB | 10001111101010111011111100111111001111110111010110001111101010111011111100111111001111110111010101000010 | 8fabbf3f3f758fabbf3f3f7542 |
UTF-8 | í³uí³uB | 110000111010110111000010100110001100001010110011011101011100001110101101110000101001100011000010101100110111010101000010 | c3adc298c2b375c3adc298c2b37542 |
UHC | ??³u??³uB | 0011111100111111101010011111100001110101001111110011111110101001111110000111010101000010 | 3f3fa9f8753f3fa9f87542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)