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 | éµìë¬ | 1110100110110101100111011110110010010110100111001110101110101100 | e9b59dec969cebac |
SJIS-WIN | ???????¬ | 001111110011111100111111001111110011111100111111001111111000000111001010 | 3f3f3f3f3f3f3f81ca |
EUC-JP | é??ì??ë¬ | 100011111010101110110001001111110011111110001111101010111100000000111111001111111000111110101011101100111010001011001100 | 8fabb13f3f8fabc03f3f8fabb3a2cc |
UTF-8 | éµìë¬ | 11000011101010011100001010110101110000101001110111000011101011001100001010010110110000101001110011000011101010111100001010101100 | c3a9c2b5c29dc3acc296c29cc3abc2ac |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)