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 | ¸®Ú· | 10111000101011101101101010110111 | b8aedab7 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ¸®Ú? | 10001111101000101011000110001111101000101110111010001111101010101110001000111111 | 8fa2b18fa2ee8faae23f |
UTF-8 | ¸®Ú· | 1100001010111000110000101010111011000011100110101100001010110111 | c2b8c2aec39ac2b7 |
UHC | ¸®?· | 10100010101011001010001011100111001111111010000110100100 | a2aca2e73fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)