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 | ûÏ¥~ | 1111101111001111100011101010010101111110 | fbcf8ea57e |
SJIS-WIN | ???¥~ | 001111110011111100111111100000011000111101111110 | 3f3f3f818f7e |
EUC-JP | ûÏ??~ | 100011111010101111100101100011111010101011000001001111110011111101111110 | 8fabe58faac13f3f7e |
UTF-8 | ûÏ¥~ | 110000111011101111000011100011111100001010001110110000101010010101111110 | c3bbc38fc28ec2a57e |
UHC | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)