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 | »ùÂíì±Í | 1000111110111011111110011100001011101101111011001011000111001101 | 8fbbf9c2edecb1cd |
SJIS-WIN | ??????±? | 001111110011111100111111001111110011111100111111100000010111110100111111 | 3f3f3f3f3f3f817d3f |
EUC-JP | ??ùÂíì±Í | 00111111001111111000111110101011111000111000111110101010101001001000111110101011101111111000111110101011110000001010000111011110100011111010101010111111 | 3f3f8fabe38faaa48fabbf8fabc0a1de8faabf |
UTF-8 | »ùÂíì±Í | 11000010100011111100001010111011110000111011100111000011100000101100001110101101110000111010110011000010101100011100001110001101 | c28fc2bbc3b9c382c3adc3acc2b1c38d |
UHC | ??????±? | 001111110011111100111111001111110011111100111111101000011011111000111111 | 3f3f3f3f3f3fa1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)