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 | ÞÒÞ×ò§ | 110111101101001011011110110101111111001010100111 | ded2ded7f2a7 |
SJIS-WIN | ???×?§ | 0011111100111111001111111000000101111110001111111000000110011000 | 3f3f3f817e3f8198 |
EUC-JP | ÞÒÞ×ò§ | 10001111101010011011000010001111101010101101001010001111101010011011000010100001110111111000111110101011110100101010000111111000 | 8fa9b08faad28fa9b0a1df8fabd2a1f8 |
UTF-8 | ÞÒÞ×ò§ | 110000111001111011000011100100101100001110011110110000111001011111000011101100101100001010100111 | c39ec392c39ec397c3b2c2a7 |
UHC | Þ?Þ×?§ | 10101000101011010011111110101000101011011010000110111111001111111010000111010111 | a8ad3fa8ada1bf3fa1d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)