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 | ½Ûس | 1011110111011011110110001011001110001111 | bddbd8b38f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?ÛØ?? | 001111111000111110101010111001011000111110101001101011000011111100111111 | 3f8faae58fa9ac3f3f |
UTF-8 | ½Ûس | 11000010101111011100001110011011110000111001100011000010101100111100001010001111 | c2bdc39bc398c2b3c28f |
UHC | ½?س? | 1010100011110110001111111010100010101010101010011111100000111111 | a8f63fa8aaa9f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)