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 | Þ÷Õ¾òõ | 110111101111011111010101101111101111001011110101 | def7d5bef2f5 |
SJIS-WIN | ?÷???? | 00111111100000011000000000111111001111110011111100111111 | 3f81803f3f3f3f |
EUC-JP | Þ÷Õ?òõ | 100011111010100110110000101000011110000010001111101010101101100000111111100011111010101111010010100011111010101111011000 | 8fa9b0a1e08faad83f8fabd28fabd8 |
UTF-8 | Þ÷Õ¾òõ | 110000111001111011000011101101111100001110010101110000101011111011000011101100101100001110110101 | c39ec3b7c395c2bec3b2c3b5 |
UHC | Þ÷?¾?? | 101010001010110110100001110000000011111110101000111110100011111100111111 | a8ada1c03fa8fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)