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 | ?????O | 001111110011111100111111001111110011111101001111 | 3f3f3f3f3f4f |
SJIS-WIN | ツ姪「テ」O | 11000010100101101100001110100010110000111010001101001111 | c296c3a2c3a34f |
EUC-JP | ツ姪「テ」O | 1000111011000010110011001100010110001110101000101000111011000011100011101010001101001111 | 8ec2ccc58ea28ec38ea34f |
UTF-8 | ツ姪「テ」O | 11101111101111101000001011100101101001111010101011101111101111011010001011101111101111101000001111101111101111011010001101001111 | efbe82e5a7aaefbda2efbe83efbda34f |
UHC | ?姪???O | 00111111111100101110101100111111001111110011111101001111 | 3ff2eb3f3f3f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)