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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | テつ療δ柚 | 110000111000001011000010100101111100001110000011110000101001011101001101 | c382c297c383c2974d |
EUC-JP | テつ療δ柚 | 10001110110000111010010011000100110011101100010110100110110001001100110110101110 | 8ec3a4c4cec5a6c4cdae |
UTF-8 | テつ療δ柚 | 1110111110111110100000111110001110000001101001001110011110011001100000101100111010110100111001101001111110011010 | efbe83e381a4e79982ceb4e69f9a |
UHC | ?つ療δ柚 | 001111111010101011000100110101101111101110100101111001001110101011110110 | 3faac4d6fba5e4eaf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)