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 | ûà×® | 11111011111000001101011110101110 | fbe0d7ae |
SJIS-WIN | ??×? | 0011111100111111100000010111111000111111 | 3f3f817e3f |
EUC-JP | ûà×® | 1000111110101011111001011000111110101011101000101010000111011111100011111010001011101110 | 8fabe58faba2a1df8fa2ee |
UTF-8 | ûà×® | 1100001110111011110000111010000011000011100101111100001010101110 | c3bbc3a0c397c2ae |
UHC | ??×® | 001111110011111110100001101111111010001011100111 | 3f3fa1bfa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)