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 | ľ¬ | 100011101100010010001111101111101010110010001110 | 8ec48fbeac8e |
SJIS-WIN | ????¬? | 00111111001111110011111100111111100000011100101000111111 | 3f3f3f3f81ca3f |
EUC-JP | ?Ä??¬? | 001111111000111110101010101000110011111100111111101000101100110000111111 | 3f8faaa33f3fa2cc3f |
UTF-8 | ľ¬ | 110000101000111011000011100001001100001010001111110000101011111011000010101011001100001010001110 | c28ec384c28fc2bec2acc28e |
UHC | ???¾?? | 00111111001111110011111110101000111110100011111100111111 | 3f3f3fa8fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)