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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 軏情貍軟貊」 | 1111101110110010100011111110111011100110101111001001001111101110111001101011101110100011 | fbb28feee6bc93eee6bba3 |
EUC-JP | 軏情貍軟貊」 | 10001111111000001101100110111110111100001110110010111110110001101111000011101100101111011000111010100011 | 8fe0d9bef0ecbec6f0ecbd8ea3 |
UTF-8 | 軏情貍軟貊」 | 111010001011101110001111111001101000001110000101111010001011001010001101111010001011101110011111111010001011001010001010111011111011110110100011 | e8bb8fe68385e8b28de8bb9fe8b28aefbda3 |
UHC | ?情?軟貊? | 001111111110111111010111001111111110011011100011110110001110011100111111 | 3fefd73fe6e3d8e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)