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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | ’?鷹?◆h | 100000010110011000111111100100011110100100111111100000011001111101101000 | 81663f91e93f819f68 |
EUC-JP | ’?鷹?◆h | 101000011100011100111111110000101110101100111111101000101010000101101000 | a1c73fc2eb3fa2a168 |
UTF-8 | ’룫鷹◈◆h | 11100010100000001001100111101011101000111010101111101001101101111011100111100010100101111000100011100010100101111000011001101000 | e28099eba3abe9b7b9e29788e2978668 |
UHC | ’룫鷹◈◆h | 1010000110101111100011111010001011101011111011011010001011000010101000011101111101101000 | a1af8fa2ebeda2c2a1df68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)