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 | ç®Eç®EB | 111001111001111110101110010001011110011110011111101011100100010101000010 | e79fae45e79fae4542 |
SJIS-WIN | ???E???EB | 001111110011111100111111010001010011111100111111001111110100010101000010 | 3f3f3f453f3f3f4542 |
EUC-JP | ç?®Eç?®EB | 1000111110101011101011100011111110001111101000101110111001000101100011111010101110101110001111111000111110100010111011100100010101000010 | 8fabae3f8fa2ee458fabae3f8fa2ee4542 |
UTF-8 | ç®Eç®EB | 110000111010011111000010100111111100001010101110010001011100001110100111110000101001111111000010101011100100010101000010 | c3a7c29fc2ae45c3a7c29fc2ae4542 |
UHC | ??®E??®EB | 0011111100111111101000101110011101000101001111110011111110100010111001110100010101000010 | 3f3fa2e7453f3fa2e74542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)