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 | ûB¾ûÙ | 1111101101000010101111101111101111011001 | fb42befbd9 |
SJIS-WIN | ?B??? | 0011111101000010001111110011111100111111 | 3f423f3f3f |
EUC-JP | ûB?ûÙ | 1000111110101011111001010100001000111111100011111010101111100101100011111010101011100011 | 8fabe5423f8fabe58faae3 |
UTF-8 | ûB¾ûÙ | 110000111011101101000010110000101011111011000011101110111100001110011001 | c3bb42c2bec3bbc399 |
UHC | ?B¾?? | 001111110100001010101000111110100011111100111111 | 3f42a8fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)