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 | Îñïת±Î | 11001110111100011110111111010111101010101011000111001110 | cef1efd7aab1ce |
SJIS-WIN | ???×?±? | 001111110011111100111111100000010111111000111111100000010111110100111111 | 3f3f3f817e3f817d3f |
EUC-JP | Îñïת±Î | 10001111101010101100001010001111101010111101000010001111101010111100000110100001110111111000111110100010111011001010000111011110100011111010101011000010 | 8faac28fabd08fabc1a1df8fa2eca1de8faac2 |
UTF-8 | Îñïת±Î | 1100001110001110110000111011000111000011101011111100001110010111110000101010101011000010101100011100001110001110 | c38ec3b1c3afc397c2aac2b1c38e |
UHC | ???ת±? | 00111111001111110011111110100001101111111010100010100011101000011011111000111111 | 3f3f3fa1bfa8a3a1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)