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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 円???ζ? | 1000100101111110001111110011111100111111100000111100010000111111 | 897e3f3f3f83c43f |
EUC-JP | 円?ŀ彛ζ? | 101100011101111100111111100011111010100111001001100011111011110011111010101001101100011000111111 | b1df3f8fa9c98fbcfaa6c63f |
UTF-8 | 円ㅻŀ彛ζ돹 | 11100101100001101000011011100011100001011011101111000101100000001110010110111101100110111100111010110110111010111000111110111001 | e58686e385bbc580e5bd9bceb6eb8fb9 |
UHC | 円ㅻŀ彛ζ돹 | 111001011111011110100100111010111010100110101000111011001010110110100101111001101000100110111100 | e5f7a4eba9a8ecada5e689bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)