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 | 恁ы?恁?? | 100111001000110010000100100011010011111110011100100011000011111100111111 | 9c8c848d3f9c8c3f3f |
EUC-JP | 恁ы?恁?? | 110101111110110010100111111011010011111111010111111011000011111100111111 | d7eca7ed3fd7ec3f3f |
UTF-8 | 恁ы쉳恁쀭삒 | 1110011010000001100000011101000110001011111011001000100110110011111001101000000110000001111011001000000010101101111011001000001010010010 | e68181d18bec89b3e68181ec80adec8292 |
UHC | 恁ы쉳恁쀭삒 | 111011001111011010101100111011011001101010001010111011001111011010010111111011011001100010010111 | ecf6aced9a8aecf697ed9897 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)