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 | ?????{d | 00111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f7b64 |
SJIS-WIN | 恁?恁?㎞{d | 10011100100011000011111110011100100011000011111110000111011100010111101101100100 | 9c8c3f9c8c3f87717b64 |
EUC-JP | 恁?恁??{d | 110101111110110000111111110101111110110000111111001111110111101101100100 | d7ec3fd7ec3f3f7b64 |
UTF-8 | 恁찪恁⑹㎞{d | 1110011010000001100000011110110010110000101010101110011010000001100000011110001010010001101110011110001110001110100111100111101101100100 | e68181ecb0aae68181e291b9e38e9e7b64 |
UHC | 恁찪恁⑹㎞{d | 111011001111011010101010010000111110110011110110101010011110110010100111101100000111101101100100 | ecf6aa43ecf6a9eca7b07b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)