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 | ½ÛØ³È | 101111011101101111011000101100111000111111001000 | bddbd8b38fc8 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?ÛØ??È | 001111111000111110101010111001011000111110101001101011000011111100111111100011111010101010110010 | 3f8faae58fa9ac3f3f8faab2 |
UTF-8 | ½ÛØ³È | 110000101011110111000011100110111100001110011000110000101011001111000010100011111100001110001000 | c2bdc39bc398c2b3c28fc388 |
UHC | ½?س?? | 101010001111011000111111101010001010101010101001111110000011111100111111 | a8f63fa8aaa9f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)