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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 恁?恁??] | 1001110010001100001111111001110010001100001111110011111101011101 | 9c8c3f9c8c3f3f5d |
EUC-JP | 恁?恁??] | 1101011111101100001111111101011111101100001111110011111101011101 | d7ec3fd7ec3f3f5d |
UTF-8 | 恁캜恁룻슓] | 11100110100000011000000111101100101110101001110011100110100000011000000111101011101000111011101111101100100010101001001101011101 | e68181ecba9ce68181eba3bbec8a935d |
UHC | 恁캜恁룻슓] | 1110110011110110101100000100001111101100111101101011011111101101100110101010001001011101 | ecf6b043ecf6b7ed9aa25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)