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 | ¬ ¬ | 1000111110101100100101001010000010001111101011001001010010100000 | 8fac94a08fac94a0 |
SJIS-WIN | ?¬???¬?? | 00111111100000011100101000111111001111110011111110000001110010100011111100111111 | 3f81ca3f3f3f81ca3f3f |
EUC-JP | ?¬???¬?? | 00111111101000101100110000111111001111110011111110100010110011000011111100111111 | 3fa2cc3f3f3fa2cc3f3f |
UTF-8 | ¬ ¬ | 11000010100011111100001010101100110000101001010011000010101000001100001010001111110000101010110011000010100101001100001010100000 | c28fc2acc294c2a0c28fc2acc294c2a0 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)