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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 昕珸 | 111110101100111111100000111001111111010011000101 | facfe0e7f4c5 |
EUC-JP | 昕珸? | 100011111100000111111100111000001110100100111111 | 8fc1fce0e93f |
UTF-8 | 昕珸 | 111001101001100010010101111001111000111110111000111011101000110110110100 | e69895e78fb8ee8db4 |
UHC | 昕?? | 11111101110110100011111100111111 | fdda3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)