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 | èíèí | 100011111110100011101101100011111110100011101101 | 8fe8ed8fe8ed |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?èí?èí | 0011111110001111101010111011001010001111101010111011111100111111100011111010101110110010100011111010101110111111 | 3f8fabb28fabbf3f8fabb28fabbf |
UTF-8 | èíèí | 110000101000111111000011101010001100001110101101110000101000111111000011101010001100001110101101 | c28fc3a8c3adc28fc3a8c3ad |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)