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 | ßס£ | 11011111110101111010000110100011 | dfd7a1a3 |
SJIS-WIN | ?×?£ | 001111111000000101111110001111111000000110010010 | 3f817e3f8192 |
EUC-JP | ßס£ | 10001111101010011100111010100001110111111000111110100010110000101010000111110010 | 8fa9cea1df8fa2c2a1f2 |
UTF-8 | ßס£ | 1100001110011111110000111001011111000010101000011100001010100011 | c39fc397c2a1c2a3 |
UHC | ßס? | 10101001101011001010000110111111101000101010111000111111 | a9aca1bfa2ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)