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 | è£ë³í | 111010001010001110010100111010111011001110011111111011011001001010000100 | e8a394ebb39fed9284 |
SJIS-WIN | ?£??????? | 00111111100000011001001000111111001111110011111100111111001111110011111100111111 | 3f81923f3f3f3f3f3f3f |
EUC-JP | è£?ë??í?? | 10001111101010111011001010100001111100100011111110001111101010111011001100111111001111111000111110101011101111110011111100111111 | 8fabb2a1f23f8fabb33f3f8fabbf3f3f |
UTF-8 | è£ë³í | 110000111010100011000010101000111100001010010100110000111010101111000010101100111100001010011111110000111010110111000010100100101100001010000100 | c3a8c2a3c294c3abc2b3c29fc3adc292c284 |
UHC | ????³???? | 00111111001111110011111100111111101010011111100000111111001111110011111100111111 | 3f3f3f3fa9f83f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)