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 | 饸ú¬ | 1110100110100101100101001111100010010000100000011111101010101100 | e9a594f89081faac |
SJIS-WIN | ?¥?????¬ | 00111111100000011000111100111111001111110011111100111111001111111000000111001010 | 3f818f3f3f3f3f3f81ca |
EUC-JP | é??ø??ú¬ | 100011111010101110110001001111110011111110001111101010011100110000111111001111111000111110101011111000101010001011001100 | 8fabb13f3f8fa9cc3f3f8fabe2a2cc |
UTF-8 | 饸ú¬ | 11000011101010011100001010100101110000101001010011000011101110001100001010010000110000101000000111000011101110101100001010101100 | c3a9c2a5c294c3b8c290c281c3bac2ac |
UHC | ???ø???? | 001111110011111100111111101010011010101000111111001111110011111100111111 | 3f3f3fa9aa3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)