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 | 恁???? | 100111001000110000111111001111110011111100111111 | 9c8c3f3f3f3f |
EUC-JP | 恁???? | 110101111110110000111111001111110011111100111111 | d7ec3f3f3f3f |
UTF-8 | 恁킣梨덉쭬 | 111001101000000110000001111011011000001010100011111011111010011110100010111010111000110110001001111011001010110110101100 | e68181ed82a3efa7a2eb8d89ecadac |
UHC | 恁킣梨덉쭬 | 11101100111101101011010101001111111011001011000110001000111011001010011110100000 | ecf6b54fecb188eca7a0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)