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 | Þèí | 1101111010101101100011111110100011101101 | dead8fe8ed |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | Þ??èí | 1000111110101001101100000011111100111111100011111010101110110010100011111010101110111111 | 8fa9b03f3f8fabb28fabbf |
UTF-8 | Þèí | 11000011100111101100001010101101110000101000111111000011101010001100001110101101 | c39ec2adc28fc3a8c3ad |
UHC | Þ??? | 10101000101011011010000110101001001111110011111100111111 | a8ada1a93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)