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 | ÞÒÞ×ò | 1101111011010010110111101101011111110010 | ded2ded7f2 |
SJIS-WIN | ???×? | 001111110011111100111111100000010111111000111111 | 3f3f3f817e3f |
EUC-JP | ÞÒÞ×ò | 1000111110101001101100001000111110101010110100101000111110101001101100001010000111011111100011111010101111010010 | 8fa9b08faad28fa9b0a1df8fabd2 |
UTF-8 | ÞÒÞ×ò | 11000011100111101100001110010010110000111001111011000011100101111100001110110010 | c39ec392c39ec397c3b2 |
UHC | Þ?Þ×? | 1010100010101101001111111010100010101101101000011011111100111111 | a8ad3fa8ada1bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)