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 | Îñî«ïºw | 11001110111100011110111010101011111011111011101001110111 | cef1eeabefba77 |
SJIS-WIN | ??????w | 00111111001111110011111100111111001111110011111101110111 | 3f3f3f3f3f3f77 |
EUC-JP | Îñî?ïºw | 1000111110101010110000101000111110101011110100001000111110101011110000100011111110001111101010111100000110001111101000101110101101110111 | 8faac28fabd08fabc23f8fabc18fa2eb77 |
UTF-8 | Îñî«ïºw | 11000011100011101100001110110001110000111010111011000010101010111100001110101111110000101011101001110111 | c38ec3b1c3aec2abc3afc2ba77 |
UHC | ?????ºw | 0011111100111111001111110011111100111111101010001010110001110111 | 3f3f3f3f3fa8ac77 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)