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 | ×ÏòðP | 1101011111001111111100101111000001010000 | d7cff2f050 |
SJIS-WIN | ×???P | 100000010111111000111111001111110011111101010000 | 817e3f3f3f50 |
EUC-JP | ×ÏòðP | 101000011101111110001111101010101100000110001111101010111101001010001111101010011100001101010000 | a1df8faac18fabd28fa9c350 |
UTF-8 | ×ÏòðP | 110000111001011111000011100011111100001110110010110000111011000001010000 | c397c38fc3b2c3b050 |
UHC | ×??ðP | 10100001101111110011111100111111101010011010001101010000 | a1bf3f3fa9a350 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)