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 | ß×Ѩ | 11011111110101111101000110101000 | dfd7d1a8 |
SJIS-WIN | ?×?¨ | 001111111000000101111110001111111000000101001110 | 3f817e3f814e |
EUC-JP | ß×Ѩ | 10001111101010011100111010100001110111111000111110101010110100001010000110101111 | 8fa9cea1df8faad0a1af |
UTF-8 | ß×Ѩ | 1100001110011111110000111001011111000011100100011100001010101000 | c39fc397c391c2a8 |
UHC | ß×?¨ | 10101001101011001010000110111111001111111010000110100111 | a9aca1bf3fa1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)