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 | è{ès | 1110100010011000100100110111101111101000100110001001001101110011 | e898937be8989373 |
SJIS-WIN | ???{???s | 0011111100111111001111110111101100111111001111110011111101110011 | 3f3f3f7b3f3f3f73 |
EUC-JP | è??{è??s | 100011111010101110110010001111110011111101111011100011111010101110110010001111110011111101110011 | 8fabb23f3f7b8fabb23f3f73 |
UTF-8 | è{ès | 1100001110101000110000101001100011000010100100110111101111000011101010001100001010011000110000101001001101110011 | c3a8c298c2937bc3a8c298c29373 |
UHC | ???{???s | 0011111100111111001111110111101100111111001111110011111101110011 | 3f3f3f7b3f3f3f73 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)