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 | Þ×ÜÛ | 11011110110101111101110011011011 | ded7dcdb |
SJIS-WIN | ?×?? | 0011111110000001011111100011111100111111 | 3f817e3f3f |
EUC-JP | Þ×ÜÛ | 1000111110101001101100001010000111011111100011111010101011100100100011111010101011100101 | 8fa9b0a1df8faae48faae5 |
UTF-8 | Þ×ÜÛ | 1100001110011110110000111001011111000011100111001100001110011011 | c39ec397c39cc39b |
UHC | Þ×?? | 101010001010110110100001101111110011111100111111 | a8ada1bf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)