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 | ±×ûÙ | 1000111110110001110101111111101111011001 | 8fb1d7fbd9 |
SJIS-WIN | ?±×?? | 00111111100000010111110110000001011111100011111100111111 | 3f817d817e3f3f |
EUC-JP | ?±×ûÙ | 0011111110100001110111101010000111011111100011111010101111100101100011111010101011100011 | 3fa1dea1df8fabe58faae3 |
UTF-8 | ±×ûÙ | 11000010100011111100001010110001110000111001011111000011101110111100001110011001 | c28fc2b1c397c3bbc399 |
UHC | ?±×?? | 00111111101000011011111010100001101111110011111100111111 | 3fa1bea1bf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)