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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 恁?指?梓 | 1001110010001100001111111000111001110111001111111000100010110010 | 9c8c3f8e773f88b2 |
EUC-JP | 恁?指?梓 | 1101011111101100001111111011101111011000001111111011000010110100 | d7ec3fbbd83fb0b4 |
UTF-8 | 恁렏指렰梓 | 111001101000000110000001111010111010000010001111111001101000110010000111111010111010000010110000111001101010001010010011 | e68181eba08fe68c87eba0b0e6a293 |
UHC | 恁렏指렰梓 | 11101100111101101000111010100101111100101010011010001110101111011110111010101001 | ecf68ea5f2a68ebdeea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)