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 | èåâB | 11101000100001001000100111100101100111111001111111100010100101001000001101000010 | e88489e59f9fe2948342 |
SJIS-WIN | ?????????B | 00111111001111110011111100111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f3f3f3f42 |
EUC-JP | è??å??â??B | 10001111101010111011001000111111001111111000111110101011101010010011111100111111100011111010101110100100001111110011111101000010 | 8fabb23f3f8faba93f3f8faba43f3f42 |
UTF-8 | èåâB | 11000011101010001100001010000100110000101000100111000011101001011100001010011111110000101001111111000011101000101100001010010100110000101000001101000010 | c3a8c284c289c3a5c29fc29fc3a2c294c28342 |
UHC | ?????????B | 00111111001111110011111100111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)