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 | ½Ûس | 10111101110110111101100010110011 | bddbd8b3 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?ÛØ? | 0011111110001111101010101110010110001111101010011010110000111111 | 3f8faae58fa9ac3f |
UTF-8 | ½Ûس | 1100001010111101110000111001101111000011100110001100001010110011 | c2bdc39bc398c2b3 |
UHC | ½?س | 10101000111101100011111110101000101010101010100111111000 | a8f63fa8aaa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)