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 | ûϵð® | 111110111100111110001110101101011111000010101110 | fbcf8eb5f0ae |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ûÏ??ð® | 1000111110101011111001011000111110101010110000010011111100111111100011111010100111000011100011111010001011101110 | 8fabe58faac13f3f8fa9c38fa2ee |
UTF-8 | ûϵð® | 110000111011101111000011100011111100001010001110110000101011010111000011101100001100001010101110 | c3bbc38fc28ec2b5c3b0c2ae |
UHC | ????ð® | 0011111100111111001111110011111110101001101000111010001011100111 | 3f3f3f3fa9a3a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)