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 | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 闌エ邵∵エイh | 11101000100011001011010011100111101110001000000111100110101101001011001001101000 | e88cb4e7b881e6b4b268 |
EUC-JP | 闌エ邵∵エイh | 11101111111011001000111010110100111011101011101010100010111010001000111010110100100011101011001001101000 | efec8eb4eebaa2e88eb48eb268 |
UTF-8 | 闌エ邵∵エイh | 11101001100101111000110011101111101111011011010011101001100000101011010111100010100010001011010111101111101111011011010011101111101111011011001001101000 | e9978cefbdb4e982b5e288b5efbdb4efbdb268 |
UHC | ??邵∵??h | 001111110011111111100001110100001010000111110001001111110011111101101000 | 3f3fe1d0a1f13f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)